Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltests.h54 unsigned long countlimit; member
H A Dltests.c235 if (mc->countlimit != ~0UL && size != oldsize) { /* count limit in use? */ in debug_realloc()
236 if (mc->countlimit == 0) in debug_realloc()
238 mc->countlimit--; in debug_realloc()
867 l_memcontrol.countlimit = ~0L; in alloc_count()
869 l_memcontrol.countlimit = luaL_checkinteger(L, 1); in alloc_count()