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

Function alloc_abstract

src/hx/CFFI.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316
317hx::Object * alloc_abstract(vkind arg1,void * arg2)
318{
319 int type = (int)(intptr_t)arg1;
320 return new hx::Abstract_obj(type,arg2);
321}
322
323hx::Object *create_abstract(vkind inKind,int inMemSize, hx::finalizer inFree )
324{

Callers 2

allocAbstractFunction · 0.85
alloc_pointerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected