]> granicus.if.org Git - graphviz/commit
neatogen mkTriIndices: 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, 19 Nov 2022 05:29:08 +0000 (21:29 -0800)
commit6fce56b134a6b98cb868453a7618c8b3e960bdb9
treeca1601e1c23bbfb2d736964005945bf54b7b425f
parentb81a96a42171bfa94302e98345b38882b7881f62
neatogen mkTriIndices: 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/neatogen/multispline.c