Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlmem.h74 #define luaM_reallocvector(L, v,oldn,n,t) \ macro
H A Dlstring.c95 newvect = luaM_reallocvector(L, tb->hash, osize, nsize, TString*); in luaS_resize()
H A Dltable.c583 newarray = luaM_reallocvector(L, t->array, oldasize, newasize, TValue); in luaH_resize()
H A Dldo.c224 newstack = luaM_reallocvector(L, L->stack.p, oldsize + EXTRA_STACK, in luaD_reallocstack()