This removes the need of ScopedUnlock and make the future use of
condition variable easier to wake up waiting threads.
Details
Details
- Reviewers
cferris - Commits
- rG774b61441725: [scudo] Acquire FLLock in mergeGroupsToReleaseBack
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/primary64.h | ||
---|---|---|
1057 | Would it make sense to change this to Recorder.getReleasedBytes() and remove the uptr ReleasedBytes up above? Since this isn't under a lock any more, that variable isn't needed. |
Would it make sense to change this to Recorder.getReleasedBytes() and remove the uptr ReleasedBytes up above? Since this isn't under a lock any more, that variable isn't needed.