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.h123 void unmapTestOnly() {} in unmapTestOnly() function
511 void unmapTestOnly() { empty(); } in unmapTestOnly() function
656 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.h95 void unmapTestOnly() { in unmapTestOnly() function
Dprimary64.h156 void unmapTestOnly() { in unmapTestOnly() function
Dcombined.h250 void unmapTestOnly() { in unmapTestOnly() function
/external/scudo/standalone/tests/
Dtsd_test.cpp40 void unmapTestOnly() { TSDRegistry.unmapTestOnly(this); } in unmapTestOnly() function in MockAllocator