]> granicus.if.org Git - graphviz/commit
ortho convertSPtoRoute: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Sep 2022 17:55:41 +0000 (10:55 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Sep 2022 23:32:29 +0000 (16:32 -0700)
commit303a288145063fa63ec266d3be775c819b2b0327
tree6e068bf419e9e8fec78e13753b2fdd977305e77e
parent178d1a48c97d089879d2dc1cdf0af806df4bb030
ortho convertSPtoRoute: 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