You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: