| 866 | |
| 867 | |
| 868 | void BFCheckObjectSize(bf::System::Object* obj, int size) |
| 869 | { |
| 870 | if (gBFGC.mRunning) |
| 871 | { |
| 872 | BF_ASSERT(BFGetObjectSize(obj) == size); |
| 873 | } |
| 874 | } |
| 875 | |
| 876 | void BFGC::ConservativeScan(void* startAddr, int length) |
| 877 | { |
nothing calls this directly
no test coverage detected