Searched refs:luaM_newobject (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lmem.h | 37 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s)) macro
|
| H A D | lgc.c | 214 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lmem.h | 64 #define luaM_newobject(L,tag,s) luaM_malloc_(L, (s), tag) macro
|
| H A D | lstate.c | 292 L1 = &cast(LX *, luaM_newobject(L, LUA_TTHREAD, sizeof(LX)))->l; in lua_newthread()
|
| H A D | lgc.c | 260 GCObject *o = cast(GCObject *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()
|