Searched refs:lua_alloc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/modules/lua/
H A Dlua.c555 lua_alloc(void *ud, void *ptr, size_t osize, size_t nsize) function
560 * Make sure that buffers allocated by lua_alloc() are aligned to
722 return klua_newstate(lua_alloc, NULL, name, desc, ipl);

Completed in 74 milliseconds