HomeSort by: relevance | last modified time | path
    Searched refs:_alloc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/isl/dist/
isl_multi_templ.h 28 __isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
package.d 418 private IAllocator _alloc;
425 _alloc = alloc;
431 if (_alloc !is null)
433 _alloc.incRef();
440 if (_alloc !is null)
442 bool isLast = !_alloc.decRef();
443 if (isLast) _alloc = null;
450 if (_alloc is rhs._alloc)
457 _alloc = rhs._alloc
    [all...]
  /src/external/gpl2/lvm2/dist/lib/device/
dev-cache.c 56 #define _alloc(x) dm_pool_zalloc(_cache.mem, (x)) macro
86 if (!(dev = _alloc(sizeof(*dev)))) {
90 if (!(alias = _alloc(sizeof(*alias)))) {
124 if (!(dev = _alloc(sizeof(*dev)))) {
242 struct str_list *sl = _alloc(sizeof(*sl));
633 if (!(dl = _alloc(sizeof(*dl) + strlen(path) + 1))) {
659 if (!(dl = _alloc(sizeof(*dl) + strlen(path) + 1))) {
  /src/crypto/external/apache2/openssl/dist/crypto/ml_kem/
ml_kem.c 98 struct name##_alloc { \
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 1538 self._alloc = optalloc['_M_payload'] if optalloc['_M_engaged'] else None

Completed in 25 milliseconds