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

  /external/compiler-rt/lib/asan/
asan_allocator.h 128 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator;
130 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 42 typedef LargeMmapAllocator<> SecondaryAllocator;
44 SecondaryAllocator> Allocator;
sanitizer_allocator_test.cc 410 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
413 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 41 typedef LargeMmapAllocator<> SecondaryAllocator;
43 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/msan/
msan_allocator.cc 52 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator;
54 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 67 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;
69 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 2921 milliseconds