]> granicus.if.org Git - graphviz/commit
circogen mkItem: 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:45:56 +0000 (14:45 -0800)
commit51a3c9634b26c0e39b2514b1925ccb9b269be1a0
tree756f913faad97cf33d5304bd57ab71ddfeab179c
parent38fe7a0282f4cbf560e2190502ccde371cd7231e
circogen mkItem: 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/edgelist.c