Searched refs:_alloc (Results 1 – 7 of 7) sorted by relevance
418 private IAllocator _alloc; member425 _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 …]
56 #define _alloc(x) dm_pool_zalloc(_cache.mem, (x)) macro86 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()
28 __isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);
166 The memory that is allocated by the `block_*_alloc` functions is freed at the172 The memory that is allocated by the `expr_*_alloc` functions is freed at the
710 (df_r[ud]_alloc): Initialize and use them per df problem.
1600 * amd/sun_map.c: removed superfluous *_alloc() functions, some of
35452 * mp*_alloc*: Rename functions to mp*_init* (files to mp*_iset*.c).