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