Searched refs:lua_getallocf (Results 1 – 3 of 3) sorted by relevance
243 LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud);
102 local_realloc = lua_getallocf(L, &ud); in mp_realloc()
1007 LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) { in lua_getallocf() function