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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c1158 static bool opt_abort = true; variable
1161 static bool opt_abort = false; variable
1818 if (opt_abort)
1839 if (opt_abort)
4736 if (opt_abort)
5121 _malloc_message("Boolean MALLOC_OPTIONS: ", opt_abort ? "A" : "a", "", "");
5517 opt_abort = false;
5520 opt_abort = true;

Completed in 107 milliseconds