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 77 allocator()->InitCache(&thr->alloc_cache);
81 allocator()->DestroyCache(&thr->alloc_cache);
104 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align);
135 allocator()->Deallocate(&thr->alloc_cache, p);
259 allocator()->SwallowCache(&thr->alloc_cache);
tsan_rtl.h 419 AllocatorCache alloc_cache; member in struct:__tsan::ThreadState
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 295 static errcode_t alloc_cache(io_channel channel, function
508 if ((retval = alloc_cache(io, data)))
617 if ((retval = alloc_cache(channel, data)))

Completed in 458 milliseconds