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