Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh86 + atomic_add_int(&malloc_failure_count, 1);
/freebsd/sys/kern/
H A Dkern_malloc.c256 static int malloc_failure_count; variable
260 &malloc_failure_count, 0, "Number of imposed M_NOWAIT malloc failures");
558 atomic_add_int(&malloc_failure_count, 1); in malloc_dbg()