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

feat: add Memory::shrink_to_fit #215

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Sep 12, 2022

add another delegate function to Memory that allows shrinking the allocated 4 * 1024 bytes down to what's actually used.

this is likely the cause for the memory hog in foundry's tracer impl

cc @shekhirin

@rakita
Copy link
Member

rakita commented Sep 12, 2022

I see, this makes sense

@rakita rakita merged commit aa39d64 into bluealloy:main Sep 12, 2022
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