Home
last modified time | relevance | path

Searched refs:GetAllocatorGlobalRange (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_mac.cpp94 __lsan::GetAllocatorGlobalRange(&(mi->allocator_ptr), &last_byte_plus_one); in mi_extra_init()
Dasan_allocator.cpp1108 void GetAllocatorGlobalRange(uptr *begin, uptr *end) { in GetAllocatorGlobalRange() function
/external/compiler-rt/lib/lsan/
Dlsan_common.h145 void GetAllocatorGlobalRange(uptr *begin, uptr *end);
Dlsan_common_linux.cc71 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ProcessGlobalRegionsCallback()
Dlsan_allocator.cc147 void GetAllocatorGlobalRange(uptr *begin, uptr *end) { in GetAllocatorGlobalRange() function
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.h214 void GetAllocatorGlobalRange(uptr *begin, uptr *end);
Dlsan_allocator.cpp242 void GetAllocatorGlobalRange(uptr *begin, uptr *end) { in GetAllocatorGlobalRange() function
Dlsan_common.cpp192 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ScanGlobalRange()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc811 void GetAllocatorGlobalRange(uptr *begin, uptr *end) { in GetAllocatorGlobalRange() function