mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 07:01:42 +03:00
Handle ending gap properly for HPA stats
This commit is contained in:
parent
6c5a3a24dd
commit
22d62d8cbd
1 changed files with 3 additions and 0 deletions
|
|
@ -806,6 +806,9 @@ stats_arena_hpa_shard_print(emitter_t *emitter, unsigned i, uint64_t uptime) {
|
|||
}
|
||||
emitter_json_array_end(emitter); /* End "nonfull_slabs" */
|
||||
emitter_json_object_end(emitter); /* End "hpa_shard" */
|
||||
if (in_gap) {
|
||||
emitter_table_printf(emitter, " ---\n");
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue