]> granicus.if.org Git - graphviz/commit
fdpgen: replace clist implementation with generic list
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Dec 2022 18:54:23 +0000 (10:54 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 6 Dec 2022 04:41:52 +0000 (20:41 -0800)
commit1b32744f33d544e236092b879a007d8facd35bd4
tree83cbc58a350d0a4d1d1fb6392b35eecde051d160
parentc4756ba2dd179d5711d3752963a6cb1ec8d81b1b
fdpgen: replace clist implementation with generic list

This replaces some common/memory.h allocations with cgraph/alloc.h, but more
importantly reduces the amount of code to maintain here. Note that confusingly
the list begins with a NULL entry and is only relevant to store later if we have
accrued more than just the initial NULL.

This is the equivalent of b10b254860b2bcbc85b9779a2388d33ce8318908 but applied
to fdpgen.
lib/fdpgen/layout.c