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 122 allocator()->InitCache(&proc->alloc_cache);
127 allocator()->DestroyCache(&proc->alloc_cache);
152 void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align);
175 allocator()->Deallocate(&thr->proc()->alloc_cache, p);
299 allocator()->SwallowCache(&thr->proc()->alloc_cache);
tsan_rtl.h 339 AllocatorCache alloc_cache; member in struct:__tsan::Processor
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 319 static errcode_t alloc_cache(io_channel channel, function
566 if ((retval = alloc_cache(io, data)))
734 if ((retval = alloc_cache(channel, data)))

Completed in 62 milliseconds