]> granicus.if.org Git - graphviz/commit
glcomp glCompSetNew: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Sep 2022 00:39:34 +0000 (17:39 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 00:17:10 +0000 (17:17 -0700)
commit98971de108833da1eef61389a1212c4ecce34b98
treef85c1e31577d349943b0ce864c079e7bcecaa3b8
parent6ae5a93353770fd2716159fde65829ad027813c1
glcomp glCompSetNew: 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/glcompset.c