Searched defs:luaM_newobject (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| HD | lmem.h | 38 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
|
| /freebsd-11-stable/contrib/lua/src/ |
| HD | lmem.h | 50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
|