Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c2084 static int reset_hint = 16; in _vmem_alloc() local
2088 if (--reset_hint <= 0) { in _vmem_alloc()
2090 reset_hint = 16; in _vmem_alloc()