]> granicus.if.org Git - graphviz/commit
glcomp glCompImageNew: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Sep 2022 00:43:26 +0000 (17:43 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 00:17:10 +0000 (17:17 -0700)
commite4ba8095ecb6f73cc2e9d1f8e0fe174adacccf0e
treecd2dba1eab278e65ebcbaf5ef47fbd6613deee0b
parent4526500af11eb5681b271947398027aab8af794e
glcomp glCompImageNew: 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/glcompimage.c