| 440 | #endif //BF_PLATFORM_WINDOWS |
| 441 | |
| 442 | void 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 | |
| 447 | void BfFullReportMemory() |
| 448 | { |
no outgoing calls
no test coverage detected