]> granicus.if.org Git - graphviz/commit
sparse SparseMatrix_distance_matrix: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 15 Sep 2022 01:14:10 +0000 (18:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 20 Sep 2022 14:36:59 +0000 (07:36 -0700)
commit3b7df8cf64c47d8b079e19492d143619e666443b
tree8e6e838c45284420afef87bfacf3d785cf1d695d
parent5871c505d0e9c25b5c83af4343ba8a02e112eb06
sparse SparseMatrix_distance_matrix: 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/sparse/SparseMatrix.c