]> granicus.if.org Git - graphviz/commit
ortho mkMazeGraph: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Sep 2022 18:13:16 +0000 (11:13 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Sep 2022 23:32:29 +0000 (16:32 -0700)
commit194a14408a14dc036e6935dacce78cf274f88242
tree1a009e67f4269c82d1439b1ff55023dd07265ad9
parent92460b15e219b5d1827c327f6e0091adae66adb9
ortho mkMazeGraph: 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/maze.c