HomeSort by: relevance | last modified time | path
    Searched refs:GetAllocatorGlobalRange (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h 199 void GetAllocatorGlobalRange(uptr *begin, uptr *end);
lsan_allocator.cc 225 void GetAllocatorGlobalRange(uptr *begin, uptr *end) {
lsan_common.cc 196 GetAllocatorGlobalRange(&allocator_begin, &allocator_end);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 993 void GetAllocatorGlobalRange(uptr *begin, uptr *end) {

Completed in 19 milliseconds