Home
last modified time | relevance | path

Searched refs:GetAllocatorCacheRange (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp56 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart()
H A Dlsan_posix.cpp55 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart()
H A Dlsan_allocator.h34 void GetAllocatorCacheRange(uptr *begin, uptr *end);
H A Dlsan_allocator.cpp143 void GetAllocatorCacheRange(uptr *begin, uptr *end) { in GetAllocatorCacheRange() function