Home
last modified time | relevance | path

Searched refs:debug_realloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/lua/src/
H A Dltests.h101 LUA_API void *debug_realloc (void *ud, void *block,
105 #define luaL_newstate() lua_newstate(debug_realloc, &l_memcontrol)
H A Dltests.c210 void *debug_realloc (void *ud, void *b, size_t oldsize, size_t size) { in debug_realloc() function
1970 lua_assert(f == debug_realloc && ud == cast_voidp(&l_memcontrol)); in luaB_opentests()