Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_malloc.c247 static int malloc_nowait_count; variable
525 atomic_add_int(&malloc_nowait_count, 1); in malloc_dbg()
526 if ((malloc_nowait_count % malloc_failure_rate) == 0) { in malloc_dbg()