Skip to content

PerfMonComps: Avoid optimizing away memory allocation while testing malloc collection

Alaettin Serhan Mete requested to merge amete/athena:master-malloc-check into master

PMonSD performs a consistency check before enabling malloc collection. In the newer gcc/clang versions, memory allocations are more aggressively optimized, causing this check to fail. This MR remedies it.

Merge request reports