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

Fixed StackAllocator having garbage in the header on Free #24

Closed
wants to merge 2 commits into from
Closed

Fixed StackAllocator having garbage in the header on Free #24

wants to merge 2 commits into from

Conversation

DraperDanMan
Copy link

Addressed #8 where calling Free on the StackAllocator would access garbage in the AllocationHeader

While I was there I made the points declarations more consistent with the codebase and specified the overriding methods in the definition.

I was going to address #22 in this PR, but after more thought, the highest an alignment should ever be is 64 for 512 SEE intrinsics. So the char shouldn't be an issue and takes up less space than a size_t.

Daniel Draper added 2 commits August 14, 2021 19:31
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.

1 participant