]> granicus.if.org Git - graphviz/commit
smyrna clearGrid: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 00:48:55 +0000 (17:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 00:53:46 +0000 (17:53 -0700)
commit2b41c3f13353d5a1aa5a526e17c141d40649b590
tree047191507a76eb8dbfef77d3c911a003998407f6
parent0572bcff7832df94a2502b9bfcfb44c3cfdde299
smyrna clearGrid: 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.
cmd/smyrna/tvnodes.c