]> granicus.if.org Git - graphviz/commit
topfish create_hierarchy: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Sep 2022 17:15:14 +0000 (10:15 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 01:11:01 +0000 (18:11 -0700)
commit6b6a6288dced21c45142d55d028b5c4e4ff53edb
treea064429952b7ed204d9bcc8d23d71cb50092f3af
parent80ba02fec31b0e347324ecff5b926773257f0af1
topfish create_hierarchy: 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