Searched refs:alloc_cache (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc52 allocator()->InitCache(&thr->alloc_cache);
57 allocator()->DestroyCache(&thr->alloc_cache);
82 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align);
104 allocator()->Deallocate(&thr->alloc_cache, p);
222 allocator()->SwallowCache(&thr->alloc_cache);
H A Dtsan_rtl.h362 AllocatorCache alloc_cache; member in struct:__tsan::ThreadState
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c303 static errcode_t alloc_cache(io_channel channel, function
570 if ((retval = alloc_cache(io, data)))
684 if ((retval = alloc_cache(channel, data)))

Completed in 252 milliseconds