]> granicus.if.org Git - graphviz/commit
circogen position: 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:53 +0000 (14:45 -0800)
commit9bd1c6b81acd448500d6c27e994ef9701678eba6
tree143f232c5f977430b363452d0fe4afaedde3e4c7
parent653a0d35ee61bf7208ab19c2735c1ed5723fde33
circogen position: 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/circpos.c