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

Function hxcpp_set_top_of_stack

src/hx/gc/Immix.cpp:7016–7020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7014extern "C"
7015{
7016void hxcpp_set_top_of_stack()
7017{
7018 int i = 0;
7019 hx::SetTopOfStack(&i,false);
7020}
7021}
7022
7023void __hxcpp_enter_gc_free_zone()

Callers 1

mainFunction · 0.85

Calls 1

SetTopOfStackFunction · 0.85

Tested by

no test coverage detected