]> granicus.if.org Git - graphviz/commit
neatogen make_barriers: 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, 3 Dec 2022 20:50:07 +0000 (12:50 -0800)
commitd3614ede38c91a55db638ff3c9d4cc2b7a33fccb
tree5f5a1d868f4ba4100a2245b926af1cec01f6345f
parent0fa487c5f5e592fea16ec8807c41b1eb2f807e47
neatogen make_barriers: 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/neatosplines.c