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.cc77 allocator()->InitCache(&thr->alloc_cache); in AllocatorThreadStart()
81 allocator()->DestroyCache(&thr->alloc_cache); in AllocatorThreadFinish()
104 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align); in user_alloc()
135 allocator()->Deallocate(&thr->alloc_cache, p); in user_free()
259 allocator()->SwallowCache(&thr->alloc_cache); in __tsan_on_thread_idle()
Dtsan_rtl.h419 AllocatorCache alloc_cache; member
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c295 static errcode_t alloc_cache(io_channel channel, in alloc_cache() function
508 if ((retval = alloc_cache(io, data))) in unix_open()
617 if ((retval = alloc_cache(channel, data))) in unix_set_blksize()