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

Add indirect range #562

Merged
merged 5 commits into from
Sep 21, 2022
Merged

Add indirect range #562

merged 5 commits into from
Sep 21, 2022

Conversation

mjp41
Copy link
Member

@mjp41 mjp41 commented Sep 20, 2022

The ranges currently either completely own the parent range, or it is a static and thus completely shared.

The indirect range allows sharing without it being global.

The ranges currently either completely own the parent range, or it is
a static and thus completely shared.

The indirect range allows sharing without it being global.
Copy link
Contributor

@nwf-msr nwf-msr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's baa-aack. LGTM modulo some nits.

src/snmalloc/backend_helpers/range_helpers.h Outdated Show resolved Hide resolved
mjp41 and others added 4 commits September 20, 2022 13:56
Co-authored-by: Nathaniel Filardo <105816689+nwf-msr@users.noreply.github.com>
Co-authored-by: Nathaniel Filardo <105816689+nwf-msr@users.noreply.github.com>
@mjp41 mjp41 marked this pull request as ready for review September 21, 2022 10:15
@mjp41 mjp41 merged commit 591dc4c into microsoft:main Sep 21, 2022
@mjp41 mjp41 deleted the indirect branch September 21, 2022 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants