Searched refs:lua_getallocf (Results 1 – 6 of 6) sorted by relevance
308 LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud);
358 LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud);
1152 lua_Alloc f = lua_getallocf(L, &ud); in newstate()1259 lua_Alloc f = lua_getallocf(L, &ud); in checkpanic()1963 lua_Alloc f = lua_getallocf(L, &ud); in luaB_opentests()
478 lua_Alloc allocf = lua_getallocf(L, &ud); in resizebox()
1309 LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) { in lua_getallocf() function
1156 LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) { in lua_getallocf() function