MCPcopy Create free account
hub / github.com/WheretIB/nullc / __newA

Function __newA

NULLC/translation/runtime.cpp:1513–1516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1511}
1512
1513NULLCArray<void> __newA(int size, int count, unsigned typeID, void* unused)
1514{
1515 return NULLC::AllocArray(size, count, typeID);
1516}
1517
1518int isStackPointer(NULLCRef ptr, void* unused)
1519{

Callers 4

Canvas__Function · 0.85
int__str_char___ref__Function · 0.85
__operatorSetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected