Arena stats: mark edata_avail as derived.
The true number is in the edata_cache itself.
This commit is contained in:
parent
3192d6b77d
commit
497836dbc8
@ -69,7 +69,7 @@ struct arena_stats_s {
|
|||||||
locked_zu_t retained; /* Derived. */
|
locked_zu_t retained; /* Derived. */
|
||||||
|
|
||||||
/* Number of edata_t structs allocated by base, but not being used. */
|
/* Number of edata_t structs allocated by base, but not being used. */
|
||||||
atomic_zu_t edata_avail;
|
atomic_zu_t edata_avail; /* Derived. */
|
||||||
|
|
||||||
atomic_zu_t base; /* Derived. */
|
atomic_zu_t base; /* Derived. */
|
||||||
atomic_zu_t internal;
|
atomic_zu_t internal;
|
||||||
|
Loading…
Reference in New Issue
Block a user