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

Function BfSystem_Delete

IDEHelper/Compiler/BfSystem.cpp:4133–4140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4131void BfReportMemory();
4132
4133BF_EXPORT void BF_CALLTYPE BfSystem_Delete(BfSystem* bfSystem)
4134{
4135 //OutputDebugStrF("Before Deleting BfSystem ");
4136 //BfReportMemory();
4137 delete bfSystem;
4138 //OutputDebugStrF("After Deleting BfSystem ");
4139 //BfReportMemory();
4140}
4141
4142BF_EXPORT void BF_CALLTYPE BfSystem_CheckLock(BfSystem* bfSystem)
4143{

Callers 2

ReleaseCompilerMethod · 0.85
CompileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected