HomeSort by relevance Sort by last modified time
    Searched refs:internal_alloc_cache (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 60 internal_allocator()->InitCache(&thr->internal_alloc_cache);
65 internal_allocator()->DestroyCache(&thr->internal_alloc_cache);
169 return InternalAlloc(sz, &thr->internal_alloc_cache);
178 InternalFree(p, &thr->internal_alloc_cache);
242 internal_allocator()->SwallowCache(&thr->internal_alloc_cache);
tsan_rtl.h 354 InternalAllocatorCache internal_alloc_cache; member in struct:__tsan::ThreadState

Completed in 56 milliseconds