MCPcopy 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
876void BpManager::FreeBytes(void* ptr)
877{
878 delete [] (uint8*)ptr;
879}
880
881void BpManager::FinishWorkThread()
882{

Callers 3

AllocMethod · 0.80
FreeMethod · 0.80
~BpThreadInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected