]> granicus.if.org Git - graphviz/commit
pack polyRects: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 02:15:13 +0000 (19:15 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 22 Sep 2022 00:00:18 +0000 (17:00 -0700)
commit31e7d68cf540fc144131d5a58bee5ecd4e1de43c
treea07e147d53ac12853dd5295c33158b80f8e1ed56
parent0a4819c1d3812a92b47b2452196b512dcde05665
pack polyRects: 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/pack/pack.c