]> granicus.if.org Git - graphviz/commit
sfdpgen Multilevel_coarsen_internal: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Sep 2022 03:14:38 +0000 (20:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 11 Sep 2022 23:56:02 +0000 (16:56 -0700)
commit5ed4e6a7e76a72722d92f00e4247fa4b856aa932
tree991b1878cc6547c7614c33c33bb1822713bd8323
parent282458b1560318104a21013d238d201844fa125e
sfdpgen Multilevel_coarsen_internal: 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/sfdpgen/Multilevel.c