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

Function BfReportMemory

IDEHelper/DebugManager.cpp:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440#endif //BF_PLATFORM_WINDOWS
441
442void BfReportMemory()
443{
444 BfLogDbg("Used: %.2fM NumAllocs: %d Allocs: %.2fM\n", (gBfAllocCount - gBfFreeCount) / (1024.0 * 1024.0), gBfNumAllocs, gBfAllocCount / (1024.0 * 1024.0));
445}
446
447void BfFullReportMemory()
448{

Callers 3

RemoveModuleDataMethod · 0.85
~BfContextMethod · 0.85
~BfSystemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected