memprof: add section for allocation leaks

These are defined by allocation records that do not have a corresponding
release record.
This commit is contained in:
Christian Hergert
2021-11-04 21:08:23 -07:00
parent 0518cae7f9
commit 7a040a6032
4 changed files with 265 additions and 0 deletions

View File

@ -44,6 +44,15 @@
<property name="group">summary</property>
</object>
</child>
<child>
<object class="GtkRadioButton" id="leaked_allocs_button">
<property name="label" translatable="yes">Leaked Allocations</property>
<property name="draw-indicator">false</property>
<property name="visible">true</property>
<property name="active">false</property>
<property name="group">summary</property>
</object>
</child>
</object>
</child>
</object>