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.cc52 allocator()->InitCache(&thr->alloc_cache); in AllocatorThreadStart()
57 allocator()->DestroyCache(&thr->alloc_cache); in AllocatorThreadFinish()
82 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align); in user_alloc()
104 allocator()->Deallocate(&thr->alloc_cache, p); in user_free()
222 allocator()->SwallowCache(&thr->alloc_cache); in __tsan_on_thread_idle()
Dtsan_rtl.h362 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()