]> granicus.if.org Git - graphviz/commit
neatogen computeScale: 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>
Tue, 6 Dec 2022 05:38:24 +0000 (21:38 -0800)
commitaf595aadd654cd35994be8a9cf9f136423c33648
treece36e316f4e25d922c2d57f1b65fea7bb817ace4
parent48b5e238b3352d5002e33aae7ebeef9c3e6177f6
neatogen computeScale: 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/constraint.c