Home
last modified time | relevance | path

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

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