HomeSort by: relevance | last modified time | path
    Searched refs:internal_alloc_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 128 internal_allocator()->InitCache(&proc->internal_alloc_cache);
133 internal_allocator()->DestroyCache(&proc->internal_alloc_cache);
330 return InternalAlloc(sz, &thr->proc()->internal_alloc_cache);
339 InternalFree(p, &thr->proc()->internal_alloc_cache);
384 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache);
tsan_rtl.h 355 InternalAllocatorCache internal_alloc_cache; member in struct:__tsan::Processor

Completed in 50 milliseconds