Searched defs:TestMapUnmapCallback1 (Results 1 – 1 of 1) sorted by relevance
17 struct TestMapUnmapCallback1 { struct18 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()