Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
VerifyNewMemory
Method · 0.45
VerifyArrayNewMemory
Method · 0.45
VerifyMallocMemory
Method · 0.45
tc_realloc
Function · 0.45
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected