This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][Fuchsia] Use map name if provided
ClosedPublic

Authored by leonardchan on Aug 22 2023, 11:58 AM.

Details

Summary

Prior to this, any allocations coming from the SizeClassAllocator would just have the vmo name "SizeClassAllocator". This will instead use the string passed to the Map functions if provided which provide slightly more info on what the vmo is used for. That is, is it for region data, metadata, or freearray space.

Diff Detail

Event Timeline

leonardchan created this revision.Aug 22 2023, 11:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2023, 11:58 AM
leonardchan requested review of this revision.Aug 22 2023, 11:58 AM
phosek accepted this revision.Aug 22 2023, 1:09 PM

LGTM

This revision is now accepted and ready to land.Aug 22 2023, 1:09 PM
This revision was automatically updated to reflect the committed changes.