Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp55 AllocatorThreadStart(); in OnStarted()
H A Dlsan_allocator.h35 void AllocatorThreadStart();
H A Dlsan_allocator.cpp52 void AllocatorThreadStart() { allocator.InitCache(GetAllocatorCache()); } in AllocatorThreadStart() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h95 void AllocatorThreadStart(AllocatorCache *cache);
H A Dhwasan_thread.cpp61 AllocatorThreadStart(allocator_cache()); in Init()
H A Dhwasan_allocator.cpp169 void AllocatorThreadStart(AllocatorCache *cache) { allocator.InitCache(cache); } in AllocatorThreadStart() function