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

Added mimalloc dev and dev-slice support #75

Closed
wants to merge 2 commits into from

Commits on Feb 27, 2022

  1. Added mimalloc dev and dev-slice support

    - Added support to use the v1 dev branch or v2 dev-slice branch
    - Added option to update the git submodules to be able to use the latest commits from upstream mimalloc.
    BlackDex committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    5a33939 View commit details
    Browse the repository at this point in the history
  2. Fixed CI testing

    This commit should solve the CI errors.
    
    - Using `ctest2` instead of `ctest` which has not been updated for a while
    - Fixed extended feature because `mi_option_reserve_huge_os_pages_at` was added
    BlackDex committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    26fc715 View commit details
    Browse the repository at this point in the history