]> granicus.if.org Git - graphviz/commit
core plugin write_edges: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Sep 2022 19:34:11 +0000 (12:34 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 5 Sep 2022 22:27:17 +0000 (15:27 -0700)
commit19b5d0b31d67fe3f1ca4865f46e22147d37f255a
tree6e2947479aa4f77a99493c9969f8c123ef609771
parent7decf2a9551bb178ac1c1849afab89d946aae619
core plugin write_edges: use cgraph wrapper 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.
plugin/core/gvrender_core_json.c