]> granicus.if.org Git - graphviz/commit
pack pccomps: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 02:31:18 +0000 (19:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 22 Sep 2022 00:00:18 +0000 (17:00 -0700)
commitc61815f270dd6dacd8d2b7444b295735066dca57
tree66633a385b59fa41113d2f5b0169d74a1d26adbf
parentc0c4198b353c811d5b0e9f9fc13148da902e123e
pack pccomps: 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/pack/ccomps.c