]> granicus.if.org Git - graphviz/commit
neatogen get_overlap_graph: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 7 Oct 2022 02:35:41 +0000 (19:35 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 Oct 2022 00:40:54 +0000 (17:40 -0700)
commit206ba7ca717280a5cd5d65dbab7510f6ee33f7ba
tree0620db2233bf6254d40a2d56eb75b0f3f299bfb7
parent9a7060ab1e5d423f4fa1e124b7b80c842e9ec38e
neatogen get_overlap_graph: 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