Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc122 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
127 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish()
152 void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align); in user_alloc()
175 allocator()->Deallocate(&thr->proc()->alloc_cache, p); in user_free()
299 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
Dtsan_rtl.h339 AllocatorCache alloc_cache; member
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c319 static errcode_t alloc_cache(io_channel channel, in alloc_cache() function
566 if ((retval = alloc_cache(io, data))) in unix_open_channel()
734 if ((retval = alloc_cache(channel, data))) in unix_set_blksize()