mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-08 23:07:20 +03:00
Travis: Unbreak the builds.
In the hopes of future-proofing as much as possible, jump to the latest distribution Travis supports.
This commit is contained in:
parent
4fb93a18ee
commit
0689448b1e
8 changed files with 87 additions and 151 deletions
|
|
@ -947,7 +947,7 @@ stats_arena_hpa_shard_print(emitter_t *emitter, unsigned i, uint64_t uptime) {
|
|||
emitter_table_row(emitter, &header_row);
|
||||
emitter_json_array_kv_begin(emitter, "nonfull_slabs");
|
||||
bool in_gap = false;
|
||||
for (pszind_t j = 0; j < PSSET_NPSIZES; j++) {
|
||||
for (pszind_t j = 0; j < PSSET_NPSIZES && j < SC_NPSIZES; j++) {
|
||||
stats_arenas_mib[5] = j;
|
||||
|
||||
CTL_LEAF(stats_arenas_mib, 6, "npageslabs_huge",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue