]> granicus.if.org Git - graphviz/commit
smyrna positionAllItems: use cgraph wrapper for allocations
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 01:51:09 +0000 (18:51 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 01:51:09 +0000 (18:51 -0700)
commit6ca9dc119265d997db8f8e92c86625fd2f12b7a6
tree3e6e5553d7106140fe3aa15963923b14c2f855b7
parenteb5ffc30cc4b118de3120d9a12dcd69e3202d919
smyrna positionAllItems: use cgraph wrapper for allocations

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.
cmd/smyrna/hier.c