]> granicus.if.org Git - graphviz/commit
circogen circular_init_node_edge: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 20 Nov 2022 20:02:53 +0000 (12:02 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 24 Nov 2022 22:47:40 +0000 (14:47 -0800)
commitec0fb4462349a6f2e01b1daebc57a1a31fcfbcdf
treed11c15a56d8daed272d9ccbd92f080e1c2f7aae9
parent3ffa76b73eff4c34bd081b1c5b3fee76f33d730d
circogen circular_init_node_edge: 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/circogen/circularinit.c