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

Method array_expand

src/hx/cppia/ArrayBuiltin.cpp:1035–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033
1034 #ifdef CPPIA_JIT
1035 static ArrayBase * SLJIT_CALL array_expand(ArrayBase *inArray)
1036 {
1037 inArray->Realloc( inArray->length + 1 );
1038 return inArray;
1039 }
1040 static void SLJIT_CALL runSort( Array_obj<ELEM> *inArray, hx::Object *inFunc)
1041 {
1042 TRY_NATIVE

Callers

nothing calls this directly

Calls 1

ReallocMethod · 0.80

Tested by

no test coverage detected