mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-03 17:10:32 +03:00
Add the stats.retained and stats.arenas.<i>.retained statistics.
This resolves #367.
This commit is contained in:
parent
c1e9cf47f9
commit
04c3c0f9a0
7 changed files with 70 additions and 6 deletions
|
|
@ -61,6 +61,7 @@ struct ctl_stats_s {
|
|||
size_t metadata;
|
||||
size_t resident;
|
||||
size_t mapped;
|
||||
size_t retained;
|
||||
unsigned narenas;
|
||||
ctl_arena_stats_t *arenas; /* (narenas + 1) elements. */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue