mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
callgraph: use bump allocator for callgraph nodes
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user