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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.h45 #define MTDEBUGPATTERN 2 /* write misaligned data after free. */ macro
H A Dmtmalloc.c99 * MTDEBUGPATTERN and MTINITPATTERN, particularly where coalescing occurs.
404 if (debugopt & MTDEBUGPATTERN)
443 if (debugopt & MTDEBUGPATTERN)
750 case MTDEBUGPATTERN:
938 if (debugopt & MTDEBUGPATTERN)
954 if (debugopt & MTDEBUGPATTERN)
1154 if (reinit == 0 && (debugopt & MTDEBUGPATTERN))
1211 * This eases the implementation of MTDEBUGPATTERN and MTINITPATTERN,
1224 if (reinit == 0 && (debugopt & MTDEBUGPATTERN))
1368 * If MTDEBUGPATTERN
[all...]
/illumos-gate/usr/src/lib/libmtmalloc/tests/
H A Ddirtymem.c53 mallocctl(MTDEBUGPATTERN, 1);

Completed in 297 milliseconds