]> granicus.if.org Git - graphviz/commit
ortho addChan: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Sep 2022 17:56:31 +0000 (10:56 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Sep 2022 23:32:29 +0000 (16:32 -0700)
commita0612e526211a30907a1dd9dbaa144a8d6af2770
tree52db40aead77641dc02df9974b39135888f67ff0
parent303a288145063fa63ec266d3be775c819b2b0327
ortho addChan: use cgraph wrapper 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/ortho.c