]> granicus.if.org Git - graphviz/commit
sfdpgen spring_electrical_spring_embedding: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Sep 2022 03:41:21 +0000 (20:41 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 11 Sep 2022 23:56:02 +0000 (16:56 -0700)
commitdc30a894f667925fcd87f9324096c5c0bf20d59d
tree6c028ab8d49174ea05fa33637951e5a44b4d6d7b
parent98d2badd0415bb2dd9883df9181fc997a4b9704e
sfdpgen spring_electrical_spring_embedding: 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/sfdpgen/spring_electrical.c