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