MCPcopy Create free account
hub / github.com/beefytech/Beef / Free

Method Free

BeefySysLib/util/BeefPerf.cpp:141–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void Buffer::Free()
142{
143 //delete mPtr;
144 BpManager::Get()->FreeBytes(mPtr);
145 mPtr = NULL;
146 mDataSize = 0;
147 mBufSize = 0;
148}
149
150void Buffer::Clear()
151{

Callers 1

DisableMethod · 0.45

Calls 2

GetFunction · 0.85
FreeBytesMethod · 0.80

Tested by

no test coverage detected