Home
last modified time | relevance | path

Searched defs:luaM_new (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlmem.h29 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlmem.h33 #define luaM_new(L,t) cast(t *, luaM_malloc(L, sizeof(t))) macro