| 319 | } |
| 320 | |
| 321 | void BfType::ReportMemory(MemReporter* memReporter) |
| 322 | { |
| 323 | memReporter->Add(sizeof(BfType)); |
| 324 | } |
| 325 | |
| 326 | ////////////////////////////////////////////////////////////////////////// |
| 327 |
nothing calls this directly
no test coverage detected