]> granicus.if.org Git - graphviz/commit
neatogen vpscAdjust: use cgraph wrappers 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>
Fri, 25 Nov 2022 18:30:51 +0000 (10:30 -0800)
commitca5f260af45e673a7fd488b653a885bf4ee4bf3b
tree9b0011bde66108f3aad0ff7fd9f5fb400f3c778f
parentb48cda5303591fc3331c81b5071006597d4e56bb
neatogen vpscAdjust: 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/adjust.c