Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlmem.h68 #define luaM_newobject(L,tag,s) luaM_malloc_(L, (s), tag) macro
H A Dlgc.c263 char *p = cast_charp(luaM_newobject(L, novariant(tt), sz)); in luaC_newobjdt()