common: replace uses of calloc(..., 1) with zmalloc
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 8 Sep 2021 17:12:12 +0000 (13:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 10 Jan 2022 23:38:00 +0000 (18:38 -0500)
commite8c94936ad41942f158a9f77456ab1aeb4924e9c
tree9f3732d409e3a26db47ca04d37e2872bd7868c1c
parent6653fca60fdb6bf4ea4781bfee8304832d6a7e83
common: replace uses of calloc(..., 1) with zmalloc

I found these uses of calloc, which could be replaced with zmalloc.  I
presumed that the reason for using calloc was for the fact that it
initializes the memory to zeroes.

Change-Id: Icd8b84d707978e949c55d9694e6dbc10319c0169
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/filter/filter-visitor-generate-ir.cpp
This page took 0.024957 seconds and 4 git commands to generate.