Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A 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()
H A Dtsan_rtl.h339 AllocatorCache alloc_cache; member
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dwindows_io.c346 static errcode_t alloc_cache(io_channel channel, in alloc_cache() function
518 if ((retval = alloc_cache(io, data))) in windows_open_channel()
695 if ((retval = alloc_cache(channel, data))) in windows_set_blksize()
H A Dunix_io.c501 static errcode_t alloc_cache(io_channel channel, in alloc_cache() function
820 if ((retval = alloc_cache(io, data))) in unix_open_channel()
1019 retval = alloc_cache(channel, data); in unix_set_blksize()