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

  /external/compiler-rt/lib/lsan/
lsan_allocator.h 33 void GetAllocatorCacheRange(uptr *begin, uptr *end);
lsan_thread.cc 98 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end);
lsan_allocator.cc 126 void GetAllocatorCacheRange(uptr *begin, uptr *end) {

Completed in 134 milliseconds