Searched defs:unmapTestOnly (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/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() {} in unmapTestOnly() function |
H A D | tsd_exclusive.h | 45 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { unmapTestOnly() function |
H A D | tsd_shared.h | 47 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { unmapTestOnly() function |
H A D | primary32.h | 95 void unmapTestOnly() { unmapTestOnly() function |
H A D | primary64.h | 165 void unmapTestOnly() NO_THREAD_SAFETY_ANALYSIS { unmapTestOnly() function |
H A D | combined.h | 225 void unmapTestOnly() { unmapTestOnly() function |