MCPcopy Create free account
hub / github.com/adny-code/fastgrind / protect

Class protect

include/fastgrind.h:3260–3268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3258 return mangled;
3259
3260 struct protect
3261 {
3262 ~protect()
3263 {
3264 cache.clear();
3265 }
3266 std::unordered_map<const char *, const char *> cache;
3267 std::mutex lk;
3268 };
3269
3270 static protect p;
3271 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected