]> granicus.if.org Git - graphviz/commit
glcomp glCompSetAddNewTexture: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Sep 2022 00:26:38 +0000 (17:26 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 00:17:10 +0000 (17:17 -0700)
commit578e147ba19fa783c5046fe0924aa043b68a2882
tree0271e3f1a40c50893fc02541b5c841e04ef15aaf
parent64fcc3c7279476cff110f4890d58ed6b44795e10
glcomp glCompSetAddNewTexture: use cgraph wrappers 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/glcomptexture.c