Searched refs:luaM_new (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lfunc.c | 45 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 D | lmem.h | 29 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) macro
|
| H A D | ltable.c | 359 Table *t = luaM_new(L, Table); in luaH_new()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lmem.h | 33 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) macro
|
| H A D | lstate.c | 110 CallInfo *ci = luaM_new(L, CallInfo); in luaE_extendCI()
|