Searched defs:luaM_newobject (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlmem.h37 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
/freebsd-13-stable/contrib/lua/src/
H A Dlmem.h64 #define luaM_newobject(L,tag,s) luaM_malloc_(L, (s), tag) macro

Completed in 47 milliseconds