]> granicus.if.org Git - graphviz/commit
fdpgen makeClustObs: 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>
Wed, 23 Nov 2022 04:27:54 +0000 (20:27 -0800)
commitbf990a95b059ab6643f74065a6dbdb7c0860b7a6
treea78ca32c5e013a985fd40ce99aec0b8308f5ac80
parent37c5bc96d051b4d244051d38a10702b4841ff22e
fdpgen makeClustObs: 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/fdpgen/clusteredges.c