Searched refs:luaM_newvector (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lmem.h | 60 #define luaM_newvector(L,n,t) cast(t*, luaM_malloc_(L, (n)*sizeof(t), 0)) macro 62 (luaM_checksize(L,n,sizeof(t)), luaM_newvector(L,n,t))
|
A D | lstring.c | 127 tb->hash = luaM_newvector(L, MINSTRTABSIZE, TString*); in luaS_init()
|
A D | lstate.c | 183 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
|
A D | ltable.c | 481 t->node = luaM_newvector(L, size, Node); in setnodevector()
|
Completed in 6 milliseconds