Home
last modified time | relevance | path

Searched refs:luaM_newvector (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlmem.h60 #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 Dlstring.c127 tb->hash = luaM_newvector(L, MINSTRTABSIZE, TString*); in luaS_init()
A Dlstate.c183 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
A Dltable.c481 t->node = luaM_newvector(L, size, Node); in setnodevector()

Completed in 6 milliseconds