commit | c66aaf1476119c9df2b051a49d5f6bf290bb84dc | [log] [tgz] |
---|---|---|
author | Jason Evans <je@facebook.com> | Fri Jan 29 11:24:19 2010 -0800 |
committer | Jason Evans <je@facebook.com> | Fri Jan 29 11:24:19 2010 -0800 |
tree | f32df2a4b96577f8d8cf692dd9747d217e8b7c20 | |
parent | 4fb7f513376c0bb73fa1e4e1e89966af9cb2b9ec [diff] |
Statistics fixes and cleanup. Fix a type mismatch for "arenas.nlruns" mallctl access. This bug caused a crash during statistics printing on 64-bit systems. Fix the "stats.active" mallctl to include active memory in huge objects. Report active bytes for the whole application, as well as per arena. Remove several unused variables.