smyrna create_color_theme: use cgraph wrapper for allocations
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 01:17:10 +0000 (18:17 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 2 Sep 2022 01:17:10 +0000 (18:17 -0700)
commit2d528e4b897394b22c0337039e5927e6f3968ee6
tree366cf99061c99ebf3f2bc7014e6af96f4d82dd26
parent226812b1306c1b3d461bfb11cdb0276611b9042f
smyrna create_color_theme: use cgraph wrapper for allocations

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.
cmd/smyrna/viewport.c