MCPcopy Create free account
hub / github.com/beefytech/Beef / Check

Method Check

BeefTools/BeefMem/gperftools/src/debugallocation.cc:747–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745 }
746
747 void Check(int type) const {
748 alloc_map_lock_.Lock();
749 CheckLocked(type);
750 alloc_map_lock_.Unlock();
751 }
752
753 static bool CheckEverything() {
754 alloc_map_lock_.Lock();

Callers 4

VerifyNewMemoryMethod · 0.45
VerifyArrayNewMemoryMethod · 0.45
VerifyMallocMemoryMethod · 0.45
tc_reallocFunction · 0.45

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected