Searched defs:luaM_malloc (Results 1 – 2 of 2) sorted by relevance
28 #define luaM_malloc(L,t) luaM_realloc_(L, NULL, 0, (t)) macro
32 #define luaM_malloc(L,s) luaM_realloc_(L, NULL, 0, (s)) macro