]> granicus.if.org Git - graphviz/commit
pack arrayRects: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 02:14:36 +0000 (19:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 22 Sep 2022 00:00:18 +0000 (17:00 -0700)
commit0a4819c1d3812a92b47b2452196b512dcde05665
treecf2482a5c19c555fb595ce23330b7882a772f79b
parented3549fdfe6ba1d253dbefc86a9497ccbf414992
pack arrayRects: 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