]> granicus.if.org Git - graphviz/commit
neatogen triPath: 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)
commitfe4d96fafc2ff82371a55e04411c65e62721e48b
tree1704981b17831d371fd562372b14129ceed477c1
parent9bbea2ee9b1ea76e8d25204b9cbe512511257b98
neatogen triPath: 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