Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
899
void * hx_alloc(int arg1)
900
{
901
return hx::NewGCBytes(0,arg1);
902
}
903
904
905
void * alloc_private(int arg1)
Callers
2
allocBytes
Method · 0.85
alloc_private
Function · 0.85
Calls
1
NewGCBytes
Function · 0.85
Tested by
no test coverage detected