Searched refs:lua_getallocf (Results 1 – 3 of 3) sorted by relevance
347 LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud);
475 lua_Alloc allocf = lua_getallocf(L, &ud); in resizebox()
1277 LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) { in lua_getallocf() function