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

Function Debugger_FullReportMemory

IDEHelper/DebugManager.cpp:680–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680BF_EXPORT void BF_CALLTYPE Debugger_FullReportMemory()
681{
682 //WdAllocTest();
683 ShowMemoryUsage();
684 BfFullReportMemory();
685}
686
687BF_EXPORT void BF_CALLTYPE Debugger_Delete()
688{

Callers

nothing calls this directly

Calls 2

ShowMemoryUsageFunction · 0.85
BfFullReportMemoryFunction · 0.85

Tested by

no test coverage detected