commit | 3c2343518c2b1fbbd66065c75a3c19f908de1d78 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@facebook.com> | Wed Jan 27 13:10:55 2010 -0800 |
committer | Jason Evans <je@facebook.com> | Wed Jan 27 13:10:56 2010 -0800 |
tree | 80f8ff27dcfacc1db49287a03968d886e31aa3db | |
parent | fbbb624fc1972f4187b7c04faaebf5b47218025f [diff] |
Implement mallctl{nametomib,bymib}(). Replace chunk stats code that was missing locking; this fixes a race condition that could corrupt chunk statistics. Converting malloc_stats_print() to use mallctl*(). Add a missing semicolon in th DSS code. Convert malloc_tcache_flush() to a mallctl. Convert malloc_swap_enable() to a set of mallctl's.