]> granicus.if.org Git - graphviz/commit
label xlnew: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 5 Sep 2022 15:48:16 +0000 (08:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 6 Sep 2022 14:34:33 +0000 (07:34 -0700)
commit572f1480d9a851ed84427e967fdf05255b415916
treeedddfa212732d21eeb32c83113a4440628574fb7
parent3fc1c06c72d9e5431f5c0df2d467aa8e27a9b20b
label xlnew: 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.
lib/label/xlabels.c