mjg 5c3b76a7ee dtrace: depessimize dtmalloc when dtrace is active
Each malloc/free was testing dtrace_malloc_enabled and forcing
extra reads from the malloc type struct to see if perhaps a
dtmalloc probe was on.

Treat it like lockstat and sdt: have a global bolean.
2018-04-24 01:06:20 +00:00
..
2018-02-14 00:12:03 +00:00
2018-04-11 17:28:24 +00:00
2018-04-22 03:58:04 +00:00
2018-03-24 21:30:24 +00:00