mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-10 15:57:24 +03:00
HPA: Add stats for the hpa_shard.
This commit is contained in:
parent
534504d4a7
commit
1964b08394
12 changed files with 230 additions and 16 deletions
|
|
@ -45,6 +45,7 @@ typedef struct ctl_arena_stats_s {
|
|||
bin_stats_data_t bstats[SC_NBINS];
|
||||
arena_stats_large_t lstats[SC_NSIZES - SC_NBINS];
|
||||
pac_estats_t estats[SC_NPSIZES];
|
||||
hpa_shard_stats_t hpastats;
|
||||
} ctl_arena_stats_t;
|
||||
|
||||
typedef struct ctl_stats_s {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue