MCPcopy 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
202value allocNull()
203{
204 return alloc_null();
205}
206DEFINE_PRIM(allocNull,0);
207
208

Callers

nothing calls this directly

Calls 1

alloc_nullFunction · 0.50

Tested by

no test coverage detected