Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mapping of 1GB pages #832

Merged
merged 4 commits into from
Aug 9, 2023
Merged

fix mapping of 1GB pages #832

merged 4 commits into from
Aug 9, 2023

Commits on Aug 9, 2023

  1. fix mapping of 1GB pages

    `map_heap` can be fail because due to fragmentation it isn't enough
    continuous memory for 1GB pages available. Consequently, `map_heap`
    returns as error value the number of sucessfully mapped pages. On
    success, all requested pages are mapped into the memory.
    stlankes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a204566 View commit details
    Browse the repository at this point in the history
  2. remove clippy warnings

    stlankes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e1a1243 View commit details
    Browse the repository at this point in the history
  3. remove clippy warnings

    stlankes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9767aab View commit details
    Browse the repository at this point in the history
  4. remove clippy warnings

    stlankes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9fcce94 View commit details
    Browse the repository at this point in the history