MCPcopy Create free account
hub / github.com/beefytech/Beef / operator delete

Function operator delete

BeefySysLib/util/AllocDebug.cpp:413–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void operator delete(void* ptr, const char* fileName, int lineNum)
414{
415#ifdef USE_STOMP
416 StompFree(ptr);
417#else
418 DbgHeapFree(ptr, fileName, lineNum);
419#endif
420}
421
422void operator delete[](void* ptr, const char* fileName, int lineNum)
423{

Callers

nothing calls this directly

Calls 2

DbgHeapFreeFunction · 0.85
StompFreeFunction · 0.70

Tested by

no test coverage detected