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

Function api_alloc_null

include/hx/CFFINekoLoader.h:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 return result;
421}
422neko_value api_alloc_null()
423{
424 CheckInitDynamicNekoLoader();
425 return gNekoNull;
426}
427
428neko_value api_create_abstract(neko_vkind inKind,int inSize,void *inFinalizer)
429{

Callers 1

api_buffer_valFunction · 0.85

Calls 1

Tested by

no test coverage detected