This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Group poppedBlocks/pushedBlocks into BlocksInfo (NFC)
ClosedPublic

Authored by Chia-hungDuan on Apr 25 2023, 2:58 AM.

Details

Summary

Create a new BlocksInfo to contain a list of blocks, poppedBlocks and
pushedBlocks. This is the preparation of adding new lock for operations
on freelist.

Diff Detail

Event Timeline

Chia-hungDuan created this revision.Apr 25 2023, 2:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 2:58 AM
Herald added subscribers: yaneury, Enna1. · View Herald Transcript
Chia-hungDuan requested review of this revision.Apr 25 2023, 2:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 2:58 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cferris accepted this revision.Jun 14 2023, 4:03 PM

LGTM.

This revision is now accepted and ready to land.Jun 14 2023, 4:03 PM