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

WIP: Hack to optimise based on known sizes #276

Draft
wants to merge 8 commits into
base: snmalloc1
Choose a base branch
from

Commits on Feb 5, 2021

  1. WIP: Hack to optimise based on known sizes

    If the caller knows the sizes, and knows the allocation is thread local,
     then we can make some significant optimisations.
     This is a brief hack to show where would need changing.
    mjp41 committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    7944d8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44374b5 View commit details
    Browse the repository at this point in the history
  3. Add missing files.2

    mjp41 committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    8b294b2 View commit details
    Browse the repository at this point in the history
  4. Typo

    mjp41 committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    57dfeb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Add alignment

    mjp41 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    28c9d09 View commit details
    Browse the repository at this point in the history
  2. Change API

    mjp41 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d48fd1e View commit details
    Browse the repository at this point in the history
  3. Large API

    mjp41 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    f132034 View commit details
    Browse the repository at this point in the history
  4. Fix Windows Build

    Fix Align to be not a log size.
    mjp41 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d2166fc View commit details
    Browse the repository at this point in the history