MCPcopy 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
871void* BpManager::AllocBytes(int size)
872{
873 return new uint8[size];
874}
875
876void BpManager::FreeBytes(void* ptr)
877{

Callers 2

AllocMethod · 0.45
SetThreadNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected