Add stats counters for number of zero reallocs

This commit is contained in:
David T. Goldblatt 2019-10-26 11:04:46 -07:00 committed by David Goldblatt
parent 9cfa805947
commit de81a4eada
8 changed files with 81 additions and 2 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
export MALLOC_CONF="zero_realloc:free"