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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 54 typedef LargeMmapAllocator<> SecondaryAllocator;
56 SecondaryAllocator> Allocator;
  /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 14 milliseconds