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.h103 void unmapTestOnly() {} in unmapTestOnly() function
433 void unmapTestOnly() { empty(); } in unmapTestOnly() function
556 void unmapTestOnly() { Cache.unmapTestOnly(); } in unmapTestOnly() function
Dtsd_exclusive.h70 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly() function
Dtsd_shared.h68 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly() function
Dprimary32.h98 void unmapTestOnly() { in unmapTestOnly() function
Dprimary64.h156 void unmapTestOnly() { in unmapTestOnly() function
Dcombined.h247 void unmapTestOnly() { in unmapTestOnly() function
/external/scudo/standalone/tests/
Dtsd_test.cpp40 void unmapTestOnly() { TSDRegistry.unmapTestOnly(this); } in unmapTestOnly() function in MockAllocator