]> granicus.if.org Git - graphviz/commit
neatogen sortSites: 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>
Fri, 25 Nov 2022 18:30:51 +0000 (10:30 -0800)
commit846cf6e97f449207d69b09deec64736904739b25
treef009aa71c73411b63eec0253df21317cb1f73cfe
parent1ec3efd5d8eca1d135c4309f2ee80b08a33f7552
neatogen sortSites: 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/adjust.c