Home
last modified time | relevance | path

Searched refs:luaM_malloc_ (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlmem.h59 #define luaM_new(L,t) cast(t*, luaM_malloc_(L, sizeof(t), 0))
60 #define luaM_newvector(L,n,t) cast(t*, luaM_malloc_(L, (n)*sizeof(t), 0))
64 #define luaM_newobject(L,tag,s) luaM_malloc_(L, (s), tag)
90 LUAI_FUNC void *luaM_malloc_ (lua_State *L, size_t size, int tag);
A Dlmem.c187 void *luaM_malloc_ (lua_State *L, size_t size, int tag) { in luaM_malloc_() function

Completed in 3 milliseconds