]> granicus.if.org Git - graphviz/commit
dotgen computeNodeGroups: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 01:23:36 +0000 (18:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Sep 2022 01:39:06 +0000 (18:39 -0700)
commitb43e3ba49366725af179719d7947df6d50ff7294
tree7562dde83dff1ecfea140d3892fbe78c56f8b73f
parent32ebb7935acd69884b800e923fd49800d4b6f004
dotgen computeNodeGroups: use cgraph wrappers for allocation

The lib/cgraph/alloc.h wrappers are similar to the older lib/common/memory.h
wrappers except (1) they are header-only and (2) they live in a directory
(cgraph) that is at the root of the dependency tree. The long term plan is to
replace all use of lib/common/memory.h with lib/cgraph/alloc.h.
lib/dotgen/aspect.c