]> granicus.if.org Git - graphviz/commit
circogen init_nodelistitem: use cgraph wrapper 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)
commit71eb2368806f4213f01d0b953d0d2e6279f5e264
tree28e997d1c9502e929e6ee974e5e6befeca5d55ee
parent83cde1ac6ccf36f16f83ee67f887a11bfc5f9544
circogen init_nodelistitem: 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/circogen/nodelist.c