Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flat_map_test.cpp17 struct TestMapUnmapCallback1 { struct
18 static int map_count, unmap_count;
19 void OnMap(uptr p, uptr size) const { map_count++; } in OnMap()
20 void OnUnmap(uptr p, uptr size) const { unmap_count++; } in OnUnmap()