]> granicus.if.org Git - graphviz/commit
neatogen computeScaleXY: 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:03 +0000 (21:38 -0800)
commit48b5e238b3352d5002e33aae7ebeef9c3e6177f6
tree9c7ae32edeabab27befd6a7aa311f8a4926726a9
parent42f657bf3c6e7ba2623a5aa6d993fefb6f479da0
neatogen computeScaleXY: 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