Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
static 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
Realloc
Method · 0.80
Tested by
no test coverage detected