This change is only in SizeClassAllocator32. SizeClassAllocator64 has
it implemented.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D158455
[scudo] Move the blocks marking logic into markFreeBlocks() ClosedPublic Authored by Chia-hungDuan on Aug 21 2023, 2:27 PM.
Details Summary This change is only in SizeClassAllocator32. SizeClassAllocator64 has
Diff Detail
Event TimelineChia-hungDuan added a child revision: D158454: [scudo] Support dumping fragmentation data in SizeClassAllocator32.Aug 21 2023, 2:28 PM Chia-hungDuan added a parent revision: D158456: [scudo] Move the decision making of page release to hasChanceToReleasePages(). cferris added inline comments. This revision now requires changes to proceed.Aug 21 2023, 6:47 PM This revision is now accepted and ready to land.Aug 23 2023, 7:41 PM Closed by commit rGfe0cb7b1ee0b: [scudo] Move the blocks marking logic into markFreeBlocks() (authored by Chia-hungDuan). · Explain WhyAug 24 2023, 9:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 552134 compiler-rt/lib/scudo/standalone/primary32.h
|
released