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

Function hx_alloc

src/hx/CFFI.cpp:899–902  ·  view source on GitHub ↗

Garbage Collection

Source from the content-addressed store, hash-verified

897
898// Garbage Collection
899void * hx_alloc(int arg1)
900{
901 return hx::NewGCBytes(0,arg1);
902}
903
904
905void * alloc_private(int arg1)

Callers 2

allocBytesMethod · 0.85
alloc_privateFunction · 0.85

Calls 1

NewGCBytesFunction · 0.85

Tested by

no test coverage detected