Home
last modified time | relevance | path

Searched refs:MTDOUBLEFREE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libmtmalloc/tests/
H A Ddblfree.c46 mallocctl(MTDOUBLEFREE, 1); in main()
55 mallocctl(MTDOUBLEFREE, 0); in main()
/titanic_41/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.h44 #define MTDOUBLEFREE 1 /* core dumps on double free */ macro
H A Dmtmalloc.c296 if (!(debugopt & MTDOUBLEFREE)) in realloc()
395 if (!(debugopt & MTDOUBLEFREE)) in free()
449 if (!(debugopt & MTDOUBLEFREE)) in free()
761 case MTDOUBLEFREE: in mallocctl()