Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
905
void * alloc_private(int arg1)
906
{
907
return hx::NewGCPrivate(0,arg1);
908
}
909
910
hx::Object * alloc_raw_string(int length)
911
{
Callers
1
alloc_raw_string
Function · 0.70
Calls
1
NewGCPrivate
Function · 0.85
Tested by
no test coverage detected