mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This is a private allocator that can be used for large groups of allocations that are tied to a specific object. For example, the callgraph owning many nodes can use this so all the nodes are allocated together, but also freed in a single stage ignoring all the complex GList linked nodes among them.