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

Function alloc_private

src/hx/CFFI.cpp:905–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903
904
905void * alloc_private(int arg1)
906{
907 return hx::NewGCPrivate(0,arg1);
908}
909
910hx::Object * alloc_raw_string(int length)
911{

Callers 1

alloc_raw_stringFunction · 0.70

Calls 1

NewGCPrivateFunction · 0.85

Tested by

no test coverage detected