[sampling heap profiler] Speed up RecordFree operation.

Once a sample is being recorded we close the "fast path" (lock free operation)
of RecordFree function. That was bacause insertion of an element into
unordered_map may cause rehashing, making all concurrent read operations
invalid.

The patch makes it be less strict, by locking the fast path only when there's a
chance for the container do rehashing.

Change-Id: I80553f59400f97ada7a2a6097b201c2da62d3b2e
Reviewed-on: https://chromium-review.googlesource.com/1056404
Commit-Queue: Alexei Filippov <alph@chromium.org>
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558439}

CrOS-Libchrome-Original-Commit: 2684ea49ea707de66f6117f02a57c598874abe77
2 files changed
tree: 7819cace76593ce1feb01fd8c9c7551cceba8c62
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/