MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / calcFragScore

Method calcFragScore

src/hx/gc/Immix.cpp:1140–1143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138 }
1139
1140 int calcFragScore()
1141 {
1142 return mPinned ? 0 : (mHoles>3 ? mHoles-3 : 0) + 8 * (mUsedRows<<IMMIX_LINE_BITS) / (mUsedBytes+IMMIX_LINE_LEN);
1143 }
1144
1145
1146 // When known to be an actual object start...

Callers 1

MoveBlocksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected