Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlmem.h38 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
H A Dlgc.c215 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()