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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c1180 static bool opt_xmalloc = false; variable
5132 _malloc_message(opt_xmalloc ? "X" : "x", "", "", "");
5650 opt_xmalloc = false;
5653 opt_xmalloc = true;
5958 if (opt_xmalloc) {
5973 if (opt_xmalloc) {
6000 if (opt_xmalloc) {
6017 if (opt_xmalloc) {
6032 if (opt_xmalloc) {
6100 if (opt_xmalloc) {
[all...]

Completed in 100 milliseconds