]> granicus.if.org Git - graphviz/commit
sparse SparseMatrix_weakly_connected_componeā€¦: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 15 Sep 2022 00:58:56 +0000 (17:58 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 20 Sep 2022 14:36:59 +0000 (07:36 -0700)
commit67b9f70c8e6ef06cf8e24b38a5ec92e2d2791efd
tree89c0a070134fe214377360cc6266fba1ff822748
parent869a8e8e1bc7fb3fd4259d29e666483f04e35156
sparse SparseMatrix_weakly_connected_componeā€¦: 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/sparse/SparseMatrix.c