Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_malloc.c249 static int malloc_failure_count; variable
253 &malloc_failure_count, 0, "Number of imposed M_NOWAIT malloc failures");
528 atomic_add_int(&malloc_failure_count, 1); in malloc_dbg()