Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ allocNull
Function
allocNull
test/cffi/project/Project.cpp:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
201
202
value allocNull()
203
{
204
return alloc_null();
205
}
206
DEFINE_PRIM(allocNull,0);
207
208
Callers
nothing calls this directly
Calls
1
alloc_null
Function · 0.50
Tested by
no test coverage detected