]> granicus.if.org Git - graphviz/commit
glcomp glNewFontFromParent: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Sep 2022 00:33:13 +0000 (17:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 00:17:10 +0000 (17:17 -0700)
commit6e004b54884d1a3f6d3a3971fc7994e684e19764
tree92574f5cdb5bdb020312ed9729fe8f6699decb67
parent92c0962bccc9f664fc4292f8ea73ff183c892439
glcomp glNewFontFromParent: 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/glcompfont.c