]> granicus.if.org Git - graphviz/commit
neatogen cAdjust: 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:37:25 +0000 (21:37 -0800)
commit42f657bf3c6e7ba2623a5aa6d993fefb6f479da0
tree036363135eb3a3c805eb385adbb92c1415b5ea48
parenta0ee255fdafaed0cc846c2d842e06e0693f287f6
neatogen cAdjust: 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