Searched refs:LargeMmapAllocator (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.h104 typedef LargeMmapAllocator SecondaryT;
H A Dscudo_allocator_secondary.h68 class LargeMmapAllocator { class
173 Printf("Stats: LargeMmapAllocator: allocated %zd times (%zd K), "
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h28 LargeMmapAllocator<typename PrimaryAllocator::MapUnmapCallback,
H A Dsanitizer_allocator_secondary.h16 // Fixed array to store LargeMmapAllocator chunks list, limited to 32K total
28 // Much less restricted LargeMmapAllocator chunks list (comparing to
72 class LargeMmapAllocator { class
92 Report("WARNING: %s: LargeMmapAllocator allocation overflow: "
256 Printf("Stats: LargeMmapAllocator: allocated %zd times, "

Completed in 59 milliseconds