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

Method clearBlockMarks

src/hx/gc/Immix.cpp:815–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813
814
815 void clearBlockMarks()
816 {
817 mPinned = false;
818 #ifdef HXCPP_GC_GENERATIONAL
819 mHasSurvivor = false;
820 #endif
821 }
822
823 void clearRowMarks()
824 {

Callers 1

ClearBlockMarksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected