Skip to content
Snippets Groups Projects
Commit f072e9a5 authored by Paul Bone's avatar Paul Bone
Browse files

Bug 1814808 - Move chunk releasing out of the arena lock's critical section r=glandium

The system calls of releasing a chunk of memory can be costly and should be
done outside the arena lock's critical section so that other threads aren't
blocked waiting for the lock.

Differential Revision: https://phabricator.services.mozilla.com/D166775
parent 70c1e0ad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment