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