Searched refs:luaM_malloc (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 380 #define luaM_malloc(L,t)luaM_realloc_(L,NULL,0,(t)) macro 381 #define luaM_new(L,t)cast(t*,luaM_malloc(L,sizeof(t))) 816 Closure*c=cast(Closure*,luaM_malloc(L,sizeCclosure(nelems))); 824 Closure*c=cast(Closure*,luaM_malloc(L,sizeLclosure(nelems))); 1289 ts=cast(TString*,luaM_malloc(L,(l+1)*sizeof(char)+sizeof(TString))); 1328 u=cast(Udata*,luaM_malloc(L,s+sizeof(Udata)));
|
Completed in 22 milliseconds