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