]> granicus.if.org Git - graphviz/commit
fdpgen init_node: 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>
Wed, 23 Nov 2022 04:18:24 +0000 (20:18 -0800)
commitb2e90658fd5dd094c6122e1c44b3ffc8dac51c72
tree498f6e859e52ee9eb111f9a6ab375f331bf8c365
parent0e02dd1dab901fd46d4aaf4b78567e812229bf4c
fdpgen init_node: 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/fdpinit.c