mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Fixed type error with allocated that caused incorrect printing on 32bit
This commit is contained in:
@@ -324,7 +324,7 @@ stats_arena_bins_print(emitter_t *emitter, bool mutex, unsigned i,
|
||||
|
||||
COL_HDR(row, size, NULL, right, 20, size)
|
||||
COL_HDR(row, ind, NULL, right, 4, unsigned)
|
||||
COL_HDR(row, allocated, NULL, right, 13, uint64)
|
||||
COL_HDR(row, allocated, NULL, right, 13, size)
|
||||
COL_HDR(row, nmalloc, NULL, right, 13, uint64)
|
||||
COL_HDR(row, nmalloc_ps, "(#/sec)", right, 8, uint64)
|
||||
COL_HDR(row, ndalloc, NULL, right, 13, uint64)
|
||||
|
||||
Reference in New Issue
Block a user