Home
last modified time | relevance | path

Searched refs:_alloc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d418 private IAllocator _alloc; member
425 _alloc = alloc; in this()
431 if (_alloc !is null) in this()
433 _alloc.incRef(); in this()
440 if (_alloc !is null) in ~this()
442 bool isLast = !_alloc.decRef(); in ~this()
443 if (isLast) _alloc = null; in ~this()
450 if (_alloc is rhs._alloc) in opAssign()
457 _alloc = rhs._alloc; in opAssign()
459 rhs._alloc = null; in opAssign()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddev-cache.c56 #define _alloc(x) dm_pool_zalloc(_cache.mem, (x)) macro
86 if (!(dev = _alloc(sizeof(*dev)))) { in dev_create_file()
90 if (!(alias = _alloc(sizeof(*alias)))) { in dev_create_file()
124 if (!(dev = _alloc(sizeof(*dev)))) { in _dev_create()
242 struct str_list *sl = _alloc(sizeof(*sl)); in _add_alias()
633 if (!(dl = _alloc(sizeof(*dl) + strlen(path) + 1))) { in dev_cache_add_dir()
659 if (!(dl = _alloc(sizeof(*dl) + strlen(path) + 1))) { in dev_cache_add_loopfile()
/netbsd-src/external/mit/isl/dist/
H A Disl_multi_templ.h28 __isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);
/netbsd-src/usr.bin/xlint/lint1/
H A DREADME.md166 The memory that is allocated by the `block_*_alloc` functions is freed at the
172 The memory that is allocated by the `expr_*_alloc` functions is freed at the
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.dataflow710 (df_r[ud]_alloc): Initialize and use them per df problem.
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog1600 * amd/sun_map.c: removed superfluous *_alloc() functions, some of
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog35452 * mp*_alloc*: Rename functions to mp*_init* (files to mp*_iset*.c).