Searched defs:unmapTestOnly (Results 1 – 8 of 8) sorted by relevance
/llvm-project/compiler-rt/lib/scudo/standalone/ | ||
H A D | bytemap.h | 22 void unmapTestOnly() { memset(Map, 0, Size); } in unmapTestOnly() function |
H A D | secondary.h | 103 void unmapTestOnly() {} unmapTestOnly() function |
H A D | tsd_exclusive.h | 70 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly() function |
H A D | tsd_shared.h | 68 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly() function |
H A D | primary32.h | 98 void unmapTestOnly() { unmapTestOnly() function |
H A D | primary64.h | 156 void unmapTestOnly() { in unmapTestOnly() function |
H A D | combined.h | 247 void unmapTestOnly() { unmapTestOnly() function |
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ | ||
H A D | tsd_test.cpp | 40 void unmapTestOnly() { TSDRegistry.unmapTestOnly(this); } in unmapTestOnly() function in MockAllocator |