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

/freebsd-9.3-release/sys/kern/
H A Dkern_malloc.c243 static int malloc_failure_count; variable
248 &malloc_failure_count, 0, "Number of imposed M_NOWAIT malloc failures");
485 atomic_add_int(&malloc_failure_count, 1);

Completed in 103 milliseconds