Searched refs:internal_alloc_cache (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc72 internal_allocator()->InitCache(&thr->internal_alloc_cache);
77 internal_allocator()->DestroyCache(&thr->internal_alloc_cache);
190 return InternalAlloc(sz, &thr->internal_alloc_cache);
199 InternalFree(p, &thr->internal_alloc_cache);
242 internal_allocator()->SwallowCache(&thr->internal_alloc_cache);
H A Dtsan_rtl.h364 InternalAllocatorCache internal_alloc_cache; member in struct:__tsan::ThreadState

Completed in 89 milliseconds