Skip to content

Remove fragmentation profile#316

Draft
copybara-service[bot] wants to merge 1 commit into
masterfrom
test_941602092
Draft

Remove fragmentation profile#316
copybara-service[bot] wants to merge 1 commit into
masterfrom
test_941602092

Conversation

@copybara-service

Copy link
Copy Markdown

Remove fragmentation profile

The fragmentation profile is not useful in the current form.
The proxy allocation stacks are not correlated and are not the cause
of external fragmentation. They are just random objects of a particular
size class.
We don't see that these profiles are used in practice.
External fragmentation of more of a global tcmalloc property that depends
on CFL span prioritization, etc. The information about external fragmentation
is available in a more complete form in mallocz CFL info, and if necessary
can be crossed with heapz for representative stacks.

The fragmentation profile is not useful in the current form.
The proxy allocation stacks are not correlated and are not the cause
of external fragmentation. They are just random objects of a particular
size class.
We don't see that these profiles are used in practice.
External fragmentation of more of a global tcmalloc property that depends
on CFL span prioritization, etc. The information about external fragmentation
is available in a more complete form in mallocz CFL info, and if necessary
can be crossed with heapz for representative stacks.

PiperOrigin-RevId: 941602092
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