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

Feature: pool allocator #66

Merged
merged 15 commits into from
Jan 20, 2025
Merged

Feature: pool allocator #66

merged 15 commits into from
Jan 20, 2025

Conversation

liss-h
Copy link
Contributor

@liss-h liss-h commented Dec 12, 2024

Adds a pool/arena allocator with a number of arenas for different allocation sizes (number and allocation sizes determined at compile time)

@liss-h liss-h marked this pull request as ready for review January 16, 2025 12:23
@liss-h liss-h marked this pull request as draft January 16, 2025 12:23
@liss-h liss-h marked this pull request as ready for review January 16, 2025 12:45
@liss-h liss-h requested a review from nkaralis January 16, 2025 12:52
Copy link

@nkaralis nkaralis left a comment

Choose a reason for hiding this comment

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

Thank you for the PR. I have some questions and comments.

Copy link

@nkaralis nkaralis left a comment

Choose a reason for hiding this comment

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

Thank you for the changes. I only have a minor comment for improving the test coverage.

@liss-h liss-h merged commit cff724b into develop Jan 20, 2025
6 checks passed
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.

3 participants