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 145 void GetAllocatorGlobalRange(uptr *begin, uptr *end);
lsan_common_linux.cc 71 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
lsan_allocator.cc 147 void GetAllocatorGlobalRange(uptr *begin, uptr *end) {
  /external/compiler-rt/lib/asan/
asan_allocator.cc 811 void GetAllocatorGlobalRange(uptr *begin, uptr *end) {

Completed in 85 milliseconds