]> granicus.if.org Git - graphviz/commit
neatogen newItem: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 18 Nov 2022 01:12:52 +0000 (17:12 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Nov 2022 05:29:08 +0000 (21:29 -0800)
commit998ba68b887958a10db26cf4208e05a0ed0f4008
tree3175a0a07cf00fe730391e597937f1db44177cff
parent2c52e5b27b41251323b4eeacc6f34643451422ab
neatogen newItem: 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