From: Roberto E. Vargas Caballero Date: Mon, 17 Sep 2012 20:11:20 +0000 (+0200) Subject: Add xcalloc wrapper X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/e3671006dba1c21316c570e11d6688f5513fb44e?hp=e3671006dba1c21316c570e11d6688f5513fb44e Add xcalloc wrapper malloc and realloc are called through xmalloc and xrealloc, so calloc should be called through xcalloc. --- st.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) ---