Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h52 void TestOnlyUnmap();
109 void TestOnlyUnmap(StackStore *store);
H A Dsanitizer_chained_origin_depot.cpp146 void ChainedOriginDepot::TestOnlyUnmap() { depot.TestOnlyUnmap(); } in TestOnlyUnmap() function in __sanitizer::ChainedOriginDepot
H A Dsanitizer_allocator_combined.h153 void TestOnlyUnmap() { primary_.TestOnlyUnmap(); } in TestOnlyUnmap() function
H A Dsanitizer_chained_origin_depot.h37 void TestOnlyUnmap();
H A Dsanitizer_stackdepot.cpp243 theDepot.TestOnlyUnmap(); in StackDepotTestOnlyUnmap()
244 stackStore.TestOnlyUnmap(); in StackDepotTestOnlyUnmap()
H A Dsanitizer_stack_store.cpp119 void StackStore::TestOnlyUnmap() { in TestOnlyUnmap() function in __sanitizer::StackStore
120 for (BlockInfo &b : blocks_) b.TestOnlyUnmap(this); in TestOnlyUnmap()
364 void StackStore::BlockInfo::TestOnlyUnmap(StackStore *store) { in TestOnlyUnmap() function in __sanitizer::StackStore::BlockInfo
H A Dsanitizer_stackdepotbase.h59 void TestOnlyUnmap() { in TestOnlyUnmap() function
60 nodes.TestOnlyUnmap(); in TestOnlyUnmap()
H A Dsanitizer_flat_map.h77 void TestOnlyUnmap() { in TestOnlyUnmap() function
H A Dsanitizer_allocator_primary32.h233 void TestOnlyUnmap() { in TestOnlyUnmap() function
H A Dsanitizer_allocator_primary64.h301 void TestOnlyUnmap() { in TestOnlyUnmap() function
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp279 a->TestOnlyUnmap(); in TestSizeClassAllocator()
389 a->TestOnlyUnmap(); in SizeClassAllocatorMetadataStress()
442 a->TestOnlyUnmap(); in SizeClassAllocatorGetBlockBeginStress()
519 a->TestOnlyUnmap(); in TEST()
552 a->TestOnlyUnmap(); in TEST()
597 a.TestOnlyUnmap(); in TEST()
742 a->TestOnlyUnmap(); in TestCombinedAllocator()
807 a->TestOnlyUnmap(); in TestSizeClassAllocatorLocalCache()
869 a.TestOnlyUnmap(); in TEST()
997 a->TestOnlyUnmap(); in TestSizeClassAllocatorIteration()
[all …]
H A Dsanitizer_flat_map_test.cpp62 m.TestOnlyUnmap(); in TYPED_TEST()
108 m.TestOnlyUnmap(); in TYPED_TEST()
H A Dsanitizer_stack_store_test.cpp24 void TearDown() override { store_.TestOnlyUnmap(); } in TearDown()
106 store_.TestOnlyUnmap(); in TEST_F()
H A Dsanitizer_chained_origin_depot_test.cpp71 chainedOriginDepot.TestOnlyUnmap(); in TEST()