diff options
author | Qi Wang <interwq@gwu.edu> | 2017-01-30 23:54:16 (GMT) |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2017-02-01 23:17:39 (GMT) |
commit | bbff6ca6740c27737378f6c2dec3a13053a5a150 (patch) | |
tree | 681586ef3f2d17ed3450f52d84284eb5279566ee /test/unit | |
parent | 190f81c6d5676efd321701dd9b8918a24da2f783 (diff) | |
download | jemalloc-bbff6ca6740c27737378f6c2dec3a13053a5a150.zip jemalloc-bbff6ca6740c27737378f6c2dec3a13053a5a150.tar.gz jemalloc-bbff6ca6740c27737378f6c2dec3a13053a5a150.tar.bz2 |
Handle race in stats_arena_bins_print
When multiple threads calling stats_print, race could happen as we read the
counters in separate mallctl calls; and the removed assertion could fail when
other operations happened in between the mallctl calls. For simplicity, output
"race" in the utilization field in this case.
Diffstat (limited to 'test/unit')
0 files changed, 0 insertions, 0 deletions