Skip to content
Commit 7b53fe92 authored by Qi Wang's avatar Qi Wang Committed by Jason Evans
Browse files

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.

This resolves #616.
parent 7c124830
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment