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

Improve documentation for buddy system heap order explanation #36

Merged
merged 2 commits into from
Sep 21, 2024

Commits on Sep 21, 2024

  1. fixup! test: fully add the empty space to heap.

    * This fixes commit 95ed662
    
    Signed-off-by: bigsaltyfishes <[email protected]>
    bigsaltyfishes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1bf005a View commit details
    Browse the repository at this point in the history
  2. Improve docs for buddy system heap order explanation

    - Clarify that the real order of the buddy system is `ORDER - 1`.
    - Treewide change of default `ORDER` to `33` to match the explanation.
    
    Signed-off-by: bigsaltyfishes <[email protected]>
    bigsaltyfishes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    00fd9f7 View commit details
    Browse the repository at this point in the history