]> granicus.if.org Git - graphviz/commit
neatogen mkRouter: 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>
Sat, 19 Nov 2022 05:29:08 +0000 (21:29 -0800)
commit0ae2e28efc7b972c840ab1daa4d9330047cc374d
tree00ed366ecc86f4c57abb3962f338144e30c3f9a3
parentfe1cec5655bd82da73312fac5f5e1aab3cfe5c65
neatogen mkRouter: 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/neatogen/multispline.c