Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlundump.c93 f->code=luaM_newvector(S->L,n,Instruction); in LoadCode()
104 f->k=luaM_newvector(S->L,n,TValue); in LoadConstants()
131 f->p=luaM_newvector(S->L,n,Proto*); in LoadConstants()
141 f->lineinfo=luaM_newvector(S->L,n,int); in LoadDebug()
145 f->locvars=luaM_newvector(S->L,n,LocVar); in LoadDebug()
155 f->upvalues=luaM_newvector(S->L,n,TString*); in LoadDebug()
H A Dluac.c131 f->code=luaM_newvector(L,pc,Instruction); in combine()
133 f->p=luaM_newvector(L,n,Proto*); in combine()
H A Dlmem.h30 #define luaM_newvector(L,n,t) \ macro
H A Dlstate.c44 L1->base_ci = luaM_newvector(L, BASIC_CI_SIZE, CallInfo); in stack_init()
49 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, TValue); in stack_init()
H A Dlstring.c28 newhash = luaM_newvector(L, newsize, GCObject *); in luaS_resize()
H A Dltable.c284 t->node = luaM_newvector(L, size, Node); in setnodevector()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlmem.h34 #define luaM_newvector(L,n,t) \ macro
H A Dlstate.c133 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue); in stack_init()
H A Dltable.c291 t->node = luaM_newvector(L, size, Node); in setnodevector()