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 155 void GetAllocatorGlobalRange(uptr *begin, uptr *end);
lsan_common_linux.cc 68 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
lsan_allocator.cc 132 void GetAllocatorGlobalRange(uptr *begin, uptr *end) {
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 684 void GetAllocatorGlobalRange(uptr *begin, uptr *end) {

Completed in 137 milliseconds