lua.c | 555 lua_alloc(void *ud, void *ptr, size_t osize, size_t nsize) function in typeref:typename:void * 560 * Make sure that buffers allocated by lua_alloc() are aligned to 665 klua_newstate(lua_Alloc f, void *ud, const char *name, const char *desc, 722 return klua_newstate(lua_alloc, NULL, name, desc, ipl);
|