Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ AllocBytes
Method
AllocBytes
BeefySysLib/util/BeefPerf.cpp:871–874 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
869
}
870
871
void* BpManager::AllocBytes(int size)
872
{
873
return new uint8[size];
874
}
875
876
void BpManager::FreeBytes(void* ptr)
877
{
Callers
2
Alloc
Method · 0.45
SetThreadName
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected