Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !4435

i#4434: Increase fcache free list sizes to 32 bits

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i4434-free-size-larger into master Sep 03, 2020
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 1

Increases the fcache free list header and footer sizes to 32 bits, supporting larger coalesced free regions. This is required for larger cache unit sizes on >4K-sized-page machines. The only downside is that the minimum fragment size goes from 16 bytes to 20 bytes, but only a few 32-bit fragments are that small in any case so it is a negligible cost.

Tested on a 64K-page machine to confirm it fixes the assert.

Fixes #4434 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4434-free-size-larger