]> granicus.if.org Git - graphviz/commit
get_mq: abbreviate a malloc;memzero
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 16 Sep 2021 04:11:46 +0000 (21:11 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 04:29:41 +0000 (21:29 -0700)
commit318062cd4f7372ba954e9b29e14790f03ffe94d3
tree2c4db31e76fc5089c87e74d56571566057b196bc
parentaee6a5f5f2c47e2c8aa31b95d93650a00455cf18
get_mq: abbreviate a malloc;memzero

The calloc function can do this more concisely and efficiently.
lib/sparse/mq.c