callgraph: use bump allocator for callgraph nodes

This commit is contained in:
Christian Hergert
2024-09-12 10:52:41 -07:00
parent f446178796
commit 15844df5b9
3 changed files with 16 additions and 25 deletions

View File

@ -22,6 +22,7 @@
#include <gio/gio.h>
#include "sysprof-allocator-private.h"
#include "sysprof-callgraph.h"
#include "sysprof-document.h"
@ -57,6 +58,8 @@ struct _SysprofCallgraph
{
GObject parent_instance;
SysprofAllocator *allocator;
SysprofDocument *document;
GListModel *traceables;