]> granicus.if.org Git - graphviz/commit
fdpgen deriveGraph: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 18 Nov 2022 01:14:41 +0000 (17:14 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 1 Jan 2023 00:38:35 +0000 (16:38 -0800)
commit2d03e3164a3ddcd65f80faea376a61fa557d2b0c
treefb446798333267a8b210e2940542f3edd31631f5
parent17374dab77771b73d62e8e5e55873e6759a55921
fdpgen deriveGraph: 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.
lib/fdpgen/layout.c