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

/opensolaris-onvv-gate/usr/src/head/
H A Dmalloc.h44 #define M_KEEP 4 /* retain contents of block after a free */ macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/5include/
H A Dmalloc.h42 #define M_KEEP 4 /* (nop) retain contents of freed blocks */ macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dmalloc.h41 #define M_KEEP 4 /* (nop) retain contents of freed blocks */ macro
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallopt.c61 case M_KEEP: /* Sun algorithm always preserves data */
/opensolaris-onvv-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c881 * M_KEEP Retain data in freed block until the next malloc,
929 case M_KEEP:

Completed in 104 milliseconds