Files
clang-p2996/llvm/lib/ProfileData/MemProfReader.cpp
Matthew Weingarten ca4e5a8d6e [Memprof] Fixes memory leak in MemInfoBlock histogram. (#96834)
MemInfoBlocks (MIB) with empty callstacks are erased prematurely from
the CallStackProfileData. This patch frees allocated histogram buffers
when the MIB is associated with an empty callstack.
2024-06-26 17:11:21 -07:00

30 KiB