Searched refs:debug_realloc (Results 1 – 2 of 2) sorted by relevance
101 LUA_API void *debug_realloc (void *ud, void *block,105 #define luaL_newstate() lua_newstate(debug_realloc, &l_memcontrol)
210 void *debug_realloc (void *ud, void *b, size_t oldsize, size_t size) { in debug_realloc() function1970 lua_assert(f == debug_realloc && ud == cast_voidp(&l_memcontrol)); in luaB_opentests()