]> granicus.if.org Git - graphviz/commit
smyrna smyrnaPath: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 01:53:49 +0000 (18:53 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 01:53:49 +0000 (18:53 -0700)
commit5278d5042329417768a7f773a0f9e60c0f1e87bd
tree6b44e4d78035c0bf167a39ab36908e536c5ab26d
parentdff743ffd0acc4f1eb35216d8d620b83a76200c7
smyrna smyrnaPath: 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/main.c