MCPcopy Create free account
hub / github.com/beefytech/Beef / BFCheckObjectSize

Function BFCheckObjectSize

BeefRT/dbg/gc.cpp:868–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

BFGetObjectSizeFunction · 0.85

Tested by

no test coverage detected