]> granicus.if.org Git - graphviz/commit
sparse SingleLinkedList_new: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 18 Nov 2022 01:14:41 +0000 (17:14 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 31 Dec 2022 16:33:58 +0000 (08:33 -0800)
commitbfa3f04b8c7eec2d32674cdd3194b48f8285b280
tree331347594da5c88aeb44b6118fa2b3bb4f333fb9
parent6170586c0d59e6dfa9c5aa5049e9f5167304441a
sparse SingleLinkedList_new: 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/LinkedList.c