diff options
author | Jason Evans <jasone@canonware.com> | 2010-01-18 01:35:19 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2010-01-18 01:35:19 (GMT) |
commit | b34e8684ec025aa780997c11f847c19fb269755b (patch) | |
tree | a631303f54757ddd4bed9ca424f59486a8f2ec10 /jemalloc/doc | |
parent | 3363a841ca087947eb42a8f03c546487483e6b44 (diff) | |
download | jemalloc-b34e8684ec025aa780997c11f847c19fb269755b.zip jemalloc-b34e8684ec025aa780997c11f847c19fb269755b.tar.gz jemalloc-b34e8684ec025aa780997c11f847c19fb269755b.tar.bz2 |
Add merged arena stats printing.
Add the "m" and "a" opts flags for malloc_stats_print().
Diffstat (limited to 'jemalloc/doc')
-rw-r--r-- | jemalloc/doc/jemalloc.3.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jemalloc/doc/jemalloc.3.in b/jemalloc/doc/jemalloc.3.in index 6c414a7..11ae3a7 100644 --- a/jemalloc/doc/jemalloc.3.in +++ b/jemalloc/doc/jemalloc.3.in @@ -194,7 +194,11 @@ during execution can be omitted by specifying as a character within the .Fa opts string. -@roff_stats@Similarly, +@roff_stats@.Dq m +@roff_stats@and +@roff_stats@.Dq a +@roff_stats@can be specified to omit merged arena and per arena statistics, +@roff_stats@respectively. @roff_stats@.Dq b @roff_stats@and @roff_stats@.Dq l |