HomeSort by relevance Sort by last modified time
    Searched defs:SecondaryAllocator (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 42 typedef LargeMmapAllocator<> SecondaryAllocator;
44 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 39 typedef LargeMmapAllocator<> SecondaryAllocator;
41 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/msan/
msan_allocator.cc 32 typedef LargeMmapAllocator<> SecondaryAllocator;
34 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 81 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator;
83 SecondaryAllocator> Allocator;
172 // SecondaryAllocator's metadata.
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 133 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;
135 SecondaryAllocator> Allocator;

Completed in 671 milliseconds