Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ FreeBytes
Method
FreeBytes
BeefySysLib/util/BeefPerf.cpp:876–879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
874
}
875
876
void BpManager::FreeBytes(void* ptr)
877
{
878
delete [] (uint8*)ptr;
879
}
880
881
void BpManager::FinishWorkThread()
882
{
Callers
3
Alloc
Method · 0.80
Free
Method · 0.80
~BpThreadInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected