HomeSort by: relevance | last modified time | path
    Searched refs:SecondaryAllocator (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h 22 // SecondaryAllocator can allocate anything, but is not efficient.
24 class SecondaryAllocator,
33 typename SecondaryAllocator::AddressSpaceView>::value,
34 "SecondaryAllocator is using wrong AddressSpaceView");
203 SecondaryAllocator secondary_;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 54 typedef LargeMmapAllocator<> SecondaryAllocator;
56 SecondaryAllocator> Allocator;
sanitizer_allocator_test.cc 624 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
627 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 121 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator;
123 SecondaryAllocator> Allocator;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 89 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;
91 SecondaryAllocator> Allocator;

Completed in 18 milliseconds