]> granicus.if.org Git - graphviz/commit
smyrna main: use cgraph wrapper for allocations
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 01:54:37 +0000 (18:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 01:54:37 +0000 (18:54 -0700)
commit9d39a8bba2ea769ffc939549eb911c219fce844d
treef19ed06560bb8e7a23c7b027296a2721a13b2ea8
parent5278d5042329417768a7f773a0f9e60c0f1e87bd
smyrna main: use cgraph wrapper for allocations

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