Home
last modified time | relevance | path

Searched refs:AllocatorThreadStart (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_thread.cpp55 AllocatorThreadStart(); in OnStarted()
HDlsan_allocator.h35 void AllocatorThreadStart();
HDlsan_allocator.cpp52 void AllocatorThreadStart() { allocator.InitCache(GetAllocatorCache()); } in AllocatorThreadStart() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.h95 void AllocatorThreadStart(AllocatorCache *cache);
HDhwasan_thread.cpp61 AllocatorThreadStart(allocator_cache()); in Init()
HDhwasan_allocator.cpp169 void AllocatorThreadStart(AllocatorCache *cache) { allocator.InitCache(cache); } in AllocatorThreadStart() function