Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp39 void unmapTestOnly() { TSDRegistry.unmapTestOnly(this); } in unmapTestOnly() function in MockAllocator
77 A->unmapTestOnly(); in TEST()
91 A->unmapTestOnly(); in testRegistry()
159 A->unmapTestOnly(); in testRegistryThreaded()
214 A->unmapTestOnly(); in TEST()
H A Dbytemap_test.cpp32 Map.unmapTestOnly(); in TEST()
H A Dsecondary_test.cpp82 L->unmapTestOnly(); in testSecondaryBasic()
113 void TearDown() override { Allocator->unmapTestOnly(); } in TearDown()
H A Dprimary_test.cpp82 ~TestAllocator() { this->unmapTestOnly(); } in ~TestAllocator()
193 Allocator.unmapTestOnly(); in TEST()
H A Dcombined_test.cpp77 ~TestAllocator() { this->unmapTestOnly(); } in ~TestAllocator()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp26 A->unmapTestOnly(); in BM_malloc_free()
66 A->unmapTestOnly(); in BM_malloc_free_loop()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dbytemap.h22 void unmapTestOnly() { memset(Map, 0, Size); } in unmapTestOnly() function
H A Dsecondary.h85 void unmapTestOnly() {} in unmapTestOnly() function
339 void unmapTestOnly() { empty(); } in unmapTestOnly() function
470 void unmapTestOnly() { Cache.unmapTestOnly(); } in unmapTestOnly() function
H A Dtsd_exclusive.h43 void unmapTestOnly(Allocator *Instance) { in unmapTestOnly() function
H A Dtsd_shared.h45 void unmapTestOnly(Allocator *Instance) { in unmapTestOnly() function
H A Dprimary32.h87 void unmapTestOnly() { in unmapTestOnly() function
103 PossibleRegions.unmapTestOnly(); in unmapTestOnly()
H A Dcombined.h222 void unmapTestOnly() { in unmapTestOnly() function
223 TSDRegistry.unmapTestOnly(this); in unmapTestOnly()
224 Primary.unmapTestOnly(); in unmapTestOnly()
225 Secondary.unmapTestOnly(); in unmapTestOnly()
H A Dprimary64.h87 void unmapTestOnly() { in unmapTestOnly() function