]> granicus.if.org Git - graphviz/commit
circogen makeDerivedNode: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 20 Nov 2022 20:02:53 +0000 (12:02 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 24 Nov 2022 22:47:43 +0000 (14:47 -0800)
commit83cde1ac6ccf36f16f83ee67f887a11bfc5f9544
tree1454736ab94c6850f917635344967129fa0de005
parentec0fb4462349a6f2e01b1daebc57a1a31fcfbcdf
circogen makeDerivedNode: 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/circogen/circularinit.c