]> granicus.if.org Git - graphviz/commit
neatogen OverlapSmoother_new: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 7 Oct 2022 02:37:07 +0000 (19:37 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 Oct 2022 00:40:54 +0000 (17:40 -0700)
commit311361c4288758ed7394b9dd00eb69b7b89bb425
tree75d67231b3ba261f6916e4930655bf6cf58e1239
parent19273710a60f5187ecb742d18b0864191a26321f
neatogen OverlapSmoother_new: use cgraph wrappers 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/overlap.c