mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-09 23:37:19 +03:00
PA->PAC: Move in stats.
This commit is contained in:
parent
db211eefbf
commit
7391382349
11 changed files with 159 additions and 144 deletions
|
|
@ -44,7 +44,7 @@ typedef struct ctl_arena_stats_s {
|
|||
|
||||
bin_stats_data_t bstats[SC_NBINS];
|
||||
arena_stats_large_t lstats[SC_NSIZES - SC_NBINS];
|
||||
pa_extent_stats_t estats[SC_NPSIZES];
|
||||
pac_estats_t estats[SC_NPSIZES];
|
||||
} ctl_arena_stats_t;
|
||||
|
||||
typedef struct ctl_stats_s {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue