Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.h35 void GetAllocatorCacheRange(uptr *begin, uptr *end);
H A Dlsan_thread.cc88 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart()
H A Dlsan_allocator.cc130 void GetAllocatorCacheRange(uptr *begin, uptr *end) { in GetAllocatorCacheRange() function