Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c376 #define luaM_reallocv(L,b,on,n,e)((cast(size_t,(n)+1)<=((size_t)(~(size_t)0)-2)/(e))?luaM_realloc_(… macro
379 #define luaM_freearray(L,b,n,t)luaM_reallocv(L,(b),n,0,sizeof(t))
382 #define luaM_newvector(L,n,t)cast(t*,luaM_reallocv(L,NULL,0,n,sizeof(t)))
384 #define luaM_reallocvector(L,v,oldn,n,t)((v)=cast(t*,luaM_reallocv(L,v,oldn,n,sizeof(t))))
544 newblock=luaM_reallocv(L,block,*size,newsize,size_elems); in luaM_growaux_()

Completed in 16 milliseconds