]> granicus.if.org Git - graphviz/commit
ortho mkStack: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Sep 2022 18:03:48 +0000 (11:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Sep 2022 23:32:29 +0000 (16:32 -0700)
commit3be5fa4c0e8b3b891b8332de8397bec62ab849f0
tree19b336833415c2e07b16efb5bb9064477bf1a176
parentc146d744765de1b098a40f606d95c6bdcabf1ea9
ortho mkStack: 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/ortho/rawgraph.c