HomeSort by relevance Sort by last modified time
    Searched refs:alloc_cache (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 59 allocator()->InitCache(&thr->alloc_cache);
64 allocator()->DestroyCache(&thr->alloc_cache);
88 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align);
100 allocator()->Deallocate(&thr->alloc_cache, p);
241 allocator()->SwallowCache(&thr->alloc_cache);
tsan_rtl.h 353 AllocatorCache alloc_cache; member in struct:__tsan::ThreadState
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 303 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 526 milliseconds