]> granicus.if.org Git - graphviz/commit
glcomp glCompLabelNew: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Sep 2022 00:41:23 +0000 (17:41 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 00:17:10 +0000 (17:17 -0700)
commit02f9f1bbd490ed2ee5d475b362bd85babed8e894
tree83b9f0995386eb5a85c787b8addf2398886d9139
parent704f1de3d341d2a32a1fe7a47566ca009eb845e2
glcomp glCompLabelNew: 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/glcomp/glcomplabel.c