| 514 | void BfFullReportMemory(); |
| 515 | |
| 516 | BF_EXPORT void BF_CALLTYPE CDep_ClearCache() |
| 517 | { |
| 518 | if (gCDepChecker != NULL) |
| 519 | gCDepChecker->ClearCache(); |
| 520 | } |
| 521 | |
| 522 | BF_EXPORT void BF_CALLTYPE CDep_Shutdown() |
| 523 | { |
nothing calls this directly
no test coverage detected