MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / SLJIT_CALL array_expand_size

Function SLJIT_CALL array_expand_size

src/hx/cppia/ArrayBuiltin.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90#ifdef CPPIA_JIT
91static ArrayBase * SLJIT_CALL array_expand_size(ArrayBase *inArray, int inSize)
92{
93 inArray->Realloc(inSize+1);
94 return inArray;
95}
96
97#endif
98

Callers

nothing calls this directly

Calls 1

ReallocMethod · 0.80

Tested by

no test coverage detected