Searched refs:SizeClassAllocator64 (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h30 typedef SizeClassAllocator64<SizeClassMap, 30U> Primary;
43 typedef SizeClassAllocator64<SizeClassMap, 28U, 1000, 1000,
60 typedef SizeClassAllocator64<SizeClassMap, 27U, 1000, 1000> Primary;
73 typedef SizeClassAllocator64<DefaultSizeClassMap, 30U> Primary;
H A Dprimary64.h23 // SizeClassAllocator64 is an allocator tuned for 64-bit address space.
46 class SizeClassAllocator64 { class in namespace:scudo
49 typedef SizeClassAllocator64<
179 Str->append("Stats: SizeClassAllocator64: %zuM mapped (%zuM rss) in %zu "
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h57 typedef SizeClassAllocator64<AP64> PrimaryAllocator;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.h85 typedef SizeClassAllocator64<AP64> PrimaryT;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp80 typedef SizeClassAllocator64<AP64> PrimaryAllocator;
95 typedef SizeClassAllocator64<AP64> PrimaryAllocator;
109 typedef SizeClassAllocator64<AP64> PrimaryAllocator;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h94 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h166 using PrimaryAllocatorASVT = SizeClassAllocator64<AP64<AddressSpaceView>>;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h18 // SizeClassAllocator64 -- allocator for 64-bit address space.
46 class SizeClassAllocator64 { class
58 typedef SizeClassAllocator64<Params> ThisT;
274 Printf("Stats: SizeClassAllocator64: %zdM mapped (%zdM rss) in "
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h80 typedef SizeClassAllocator64<AP64> PrimaryAllocator;

Completed in 258 milliseconds