Home
last modified time | relevance | path

Searched defs:unmapTestOnly (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/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 Dprimary64.h89 void unmapTestOnly() { in unmapTestOnly() function
H A Dprimary32.h89 void unmapTestOnly() { in unmapTestOnly() function
H A Dcombined.h230 void unmapTestOnly() { in unmapTestOnly() function
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp39 void unmapTestOnly() { TSDRegistry.unmapTestOnly(this); } in unmapTestOnly() function in MockAllocator