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

Function free_root

src/hx/CFFI.cpp:962–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960}
961
962void free_root(value *inValue)
963{
964 hx::Object **root = (hx::Object **) inValue;
965 hx::GCRemoveRoot(root);
966 delete root;
967}
968
969
970// Used for finding functions in static libraries

Callers 1

~AutoGCRootMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected