Unverified Commit 1a529949 authored by Teresa Johnson's avatar Teresa Johnson Committed by GitHub
Browse files

[MemProf][NFC] Free large data structures after last use (#75120)

The MemProf InstrProfWriter uses a couple of MapVector for building the
lists of records it needs to write. Once its entries are all added to
the associated OnDiskChainedHashTableGenerator, it is no longer used.

Clearing these MapVectors, which grow quite large for large profiles,
saved 4G for a large memory profile.
parent aa165edc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment