HomeSort by relevance Sort by last modified time
    Searched refs:GetAllocatorGlobalRange (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common.h 128 void GetAllocatorGlobalRange(uptr *begin, uptr *end);
lsan_common_linux.cc 67 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
lsan_allocator.cc 127 void GetAllocatorGlobalRange(uptr *begin, uptr *end) {
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 716 void GetAllocatorGlobalRange(uptr *begin, uptr *end) {

Completed in 34 milliseconds