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