| 678 | } |
| 679 | |
| 680 | BF_EXPORT void BF_CALLTYPE Debugger_FullReportMemory() |
| 681 | { |
| 682 | //WdAllocTest(); |
| 683 | ShowMemoryUsage(); |
| 684 | BfFullReportMemory(); |
| 685 | } |
| 686 | |
| 687 | BF_EXPORT void BF_CALLTYPE Debugger_Delete() |
| 688 | { |
nothing calls this directly
no test coverage detected