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.cc71 allocator()->InitCache(&thr->alloc_cache); in AllocatorThreadStart()
76 allocator()->DestroyCache(&thr->alloc_cache); in AllocatorThreadFinish()
101 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align); in user_alloc()
123 allocator()->Deallocate(&thr->alloc_cache, p); in user_free()
241 allocator()->SwallowCache(&thr->alloc_cache); in __tsan_on_thread_idle()
Dtsan_rtl.h363 AllocatorCache alloc_cache; member
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c303 static errcode_t alloc_cache(io_channel channel, in alloc_cache() function
570 if ((retval = alloc_cache(io, data))) in unix_open()
684 if ((retval = alloc_cache(channel, data))) in unix_set_blksize()