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

Emit statistics / visualizations of heap fragmentation. #11

Open
fitzgen opened this issue Feb 2, 2018 · 0 comments
Open

Emit statistics / visualizations of heap fragmentation. #11

fitzgen opened this issue Feb 2, 2018 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@fitzgen
Copy link
Member

fitzgen commented Feb 2, 2018

Summary

Emit statistics / visualizations of heap fragmentation. There are edge cases where we can't currently consolidate adjacent free cells into a larger, contiguous free cell. This would let us empirically answer whether that is a problem in practice.

Motivation

Remove "unknown unknowns". Be a better allocator.

Details

  • Maybe use graphviz.

  • At least get some statistics / aggregated numbers on free vs allocated and distribution of free cell sizes in the free list.

@fitzgen fitzgen added the help wanted Extra attention is needed label Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant