Searched defs:UMF_DEBUG (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_umem.c47 #define UMF_DEBUG 0x1 macro
50 int mdb_umem_flags = UMF_DEBUG;
189 if (ptr != NULL && (mdb_umem_flags & UMF_DEBUG) != 0)
223 if (mdb_umem_flags & UMF_DEBUG)
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h77 #define UMF_DEBUG (UMF_RANDOM | UMF_FIREWALL) macro

Completed in 72 milliseconds