Home
last modified time | relevance | path

Searched defs:AllocatorThreadStart (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp52 void AllocatorThreadStart() { allocator.InitCache(GetAllocatorCache()); } in AllocatorThreadStart() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp169 void AllocatorThreadStart(AllocatorCache *cache) { allocator.InitCache(cache); } in AllocatorThreadStart() function