Home
last modified time | relevance | path

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

/aosp_15_r20/external/scudo/standalone/
H A Dsecondary.h123 void unmapTestOnly() {} in unmapTestOnly() function
511 void unmapTestOnly() { empty(); } in unmapTestOnly() function
650 void unmapTestOnly() { Cache.unmapTestOnly(); } in unmapTestOnly() function
H A Dbytemap.h22 void unmapTestOnly() { memset(Map, 0, Size); } in unmapTestOnly() function
H A Dtsd_exclusive.h70 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly() function
H A Dtsd_shared.h68 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly() function
H A Dprimary32.h95 void unmapTestOnly() { in unmapTestOnly() function
H A Dprimary64.h156 void unmapTestOnly() { in unmapTestOnly() function
H A Dcombined.h250 void unmapTestOnly() { in unmapTestOnly() function
/aosp_15_r20/external/scudo/standalone/tests/
H A Dtsd_test.cpp40 void unmapTestOnly() { TSDRegistry.unmapTestOnly(this); } in unmapTestOnly() function in MockAllocator