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

  /external/compiler-rt/lib/asan/
asan_allocator.h 149 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator;
151 SecondaryAllocator> AsanAllocator;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 44 typedef LargeMmapAllocator<> SecondaryAllocator;
46 SecondaryAllocator> Allocator;
sanitizer_allocator_test.cc 421 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
424 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 52 typedef LargeMmapAllocator<> SecondaryAllocator;
54 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/msan/
msan_allocator.cc 88 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator;
90 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 41 typedef LargeMmapAllocator<> SecondaryAllocator;
42 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 74 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;
76 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 530 milliseconds