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

  /external/compiler-rt/lib/msan/
msan_allocator.cc 32 typedef LargeMmapAllocator<> SecondaryAllocator;
34 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 42 typedef LargeMmapAllocator<> SecondaryAllocator;
44 SecondaryAllocator> Allocator;
sanitizer_allocator_test.cc 407 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
410 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 39 typedef LargeMmapAllocator<> SecondaryAllocator;
41 SecondaryAllocator> Allocator;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 133 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;
135 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/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 855 milliseconds