Home
last modified time | relevance | path

Searched refs:luaM_new (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlfunc.c45 UpVal *uv = luaM_new(L, UpVal); in luaF_newupval()
67 uv = luaM_new(L, UpVal); /* not found: create a new one */ in luaF_findupval()
116 Proto *f = luaM_new(L, Proto); in luaF_newproto()
H A Dlmem.h29 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) macro
H A Dltable.c359 Table *t = luaM_new(L, Table); in luaH_new()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlmem.h33 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) macro
H A Dlstate.c110 CallInfo *ci = luaM_new(L, CallInfo); in luaE_extendCI()