]> granicus.if.org Git - graphviz/commit
gvpack: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 22 Sep 2022 04:13:13 +0000 (21:13 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 3 Oct 2022 00:31:38 +0000 (17:31 -0700)
commit8fa281786d15a7c9a3225ca30384b1d7e95ba24d
treeff96ccee981223cad1950fdf07855fb4a17418bf
parent294ea602f9129ea2fb683d78b6008dbb462e0820
gvpack: 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.
cmd/tools/gvpack.cpp