Home
last modified time | relevance | path

Searched refs:TestSizeClassAllocator (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp215 void TestSizeClassAllocator(uptr premapped_heap = 0) { in TestSizeClassAllocator() function
307 TestSizeClassAllocator<Allocator64>(); in TEST()
311 TestSizeClassAllocator<Allocator64Dynamic>(); in TEST()
319 TestSizeClassAllocator<Allocator64Dynamic>(h.Addr()); in TEST()
323 TestSizeClassAllocator<Allocator64Compact>(); in TEST()
327 TestSizeClassAllocator<Allocator64Dense>(); in TEST()
332 TestSizeClassAllocator<Allocator64VeryCompact>(); in TEST()
338 TestSizeClassAllocator<Allocator32Compact>(); in TEST()
360 TestSizeClassAllocator<Allocator32SeparateBatches>(); in TEST()