]> granicus.if.org Git - graphviz/commit
smyrna mTestgvpr: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 01:46:04 +0000 (18:46 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 01:46:04 +0000 (18:46 -0700)
commited83d5ccbe227be73b115f1069b01cbf5333429c
tree384b06549ad6754566e9a6447e506f40a4861d75
parentb1a7a6e06b1d2fc2703d88a303613a20efc6e4e9
smyrna mTestgvpr: 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/gui/menucallbacks.c