Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7014
extern
"C"
7015
{
7016
void hxcpp_set_top_of_stack()
7017
{
7018
int i = 0;
7019
hx::SetTopOfStack(&i,false);
7020
}
7021
}
7022
7023
void __hxcpp_enter_gc_free_zone()
Callers
1
main
Function · 0.85
Calls
1
SetTopOfStack
Function · 0.85
Tested by
no test coverage detected