]> granicus.if.org Git - graphviz/commit
sfdpgen maximal_independent_vertex_set_RS: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Sep 2022 03:09:34 +0000 (20:09 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 11 Sep 2022 23:56:02 +0000 (16:56 -0700)
commita0ace72592d12cc0ccc95decdcfc9cd8d11865aa
treebf84a86f71d133be6ffcebd3a01d456b82021305
parent204cf31489484d8d0c040c193a331cfc4445b7bb
sfdpgen maximal_independent_vertex_set_RS: 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/sfdpgen/Multilevel.c