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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D149143
[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
Diff Detail
Event TimelineChia-hungDuan added a child revision: D149142: [scudo] Group MappedUser/AllocatedUser into PagesInfo (NFC).Apr 25 2023, 3:00 AM Chia-hungDuan added a parent revision: D149141: [scudo] Fix missing pushing 1 block to BatchClassId.Apr 25 2023, 9:49 PM Chia-hungDuan removed a parent revision: D149141: [scudo] Fix missing pushing 1 block to BatchClassId.Jun 6 2023, 3:03 PM This revision is now accepted and ready to land.Jun 14 2023, 4:03 PM Closed by commit rG5beaa7339fc5: [scudo] Group poppedBlocks/pushedBlocks into BlocksInfo (NFC) (authored by Chia-hungDuan). · Explain WhyJun 15 2023, 3:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 531923 compiler-rt/lib/scudo/standalone/primary32.h
compiler-rt/lib/scudo/standalone/primary64.h
|