Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dbytemap.h22 void unmapTestOnly() { memset(Map, 0, Size); } in unmapTestOnly() function
Dsecondary.h88 void unmapTestOnly() {} in unmapTestOnly() function
341 void unmapTestOnly() { empty(); } in unmapTestOnly() function
469 void unmapTestOnly() { Cache.unmapTestOnly(); } in unmapTestOnly() function
Dtsd_exclusive.h45 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly() function
Dtsd_shared.h47 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly() function
Dprimary32.h90 void unmapTestOnly() { in unmapTestOnly() function
Dprimary64.h140 void unmapTestOnly() NO_THREAD_SAFETY_ANALYSIS { in unmapTestOnly() function
Dcombined.h230 void unmapTestOnly() { in unmapTestOnly() function
/external/scudo/standalone/tests/
Dtsd_test.cpp39 void unmapTestOnly() { TSDRegistry.unmapTestOnly(this); } in unmapTestOnly() function in MockAllocator