Home
last modified time | relevance | path

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

/redis-3.2.3/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()