mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-06 22:07:17 +03:00
Move static ctl_epoch variable into ctl_stats_t (as epoch).
This commit is contained in:
parent
d778dd2afc
commit
c0a05e6aba
2 changed files with 4 additions and 4 deletions
|
|
@ -54,6 +54,7 @@ struct ctl_arena_stats_s {
|
|||
};
|
||||
|
||||
struct ctl_stats_s {
|
||||
uint64_t epoch;
|
||||
size_t allocated;
|
||||
size_t active;
|
||||
size_t metadata;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue