]> granicus.if.org Git - graphviz/commit
ortho PQgen: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Sep 2022 18:10:42 +0000 (11:10 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Sep 2022 23:32:29 +0000 (16:32 -0700)
commit92460b15e219b5d1827c327f6e0091adae66adb9
tree5ac0233fa2ec167cca3c4257a4de1b2de1ad6005
parent23dcac0b20d29bba1cb0c66af6745d5b64ac1ea0
ortho PQgen: 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/ortho/fPQ.c
lib/ortho/fPQ.h