]> granicus.if.org Git - graphviz/commit
topfish init_ex_graph: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Sep 2022 17:16:07 +0000 (10:16 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 01:11:01 +0000 (18:11 -0700)
commit836ddfe2745e77cb5c606a4077534cdd613894c6
tree145c3228d686d139cc47f6565f80b187c0ff7cf6
parent60466b05047318cf04dc8e3b59cc8a83f44cf948
topfish init_ex_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/topfish/hierarchy.c