HomeSort by relevance Sort by last modified time
    Searched full:alloc_cache (Results 1 - 4 of 4) 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)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libtsan.a     [all...]

Completed in 442 milliseconds