calloc
#undef calloc
#undef calloc
#define calloc(x, y) (xcalloc((x),(y)))
# define calloc je_calloc
# define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__)
calloc(size_t num, size_t size)
#define calloc(x, y) Calloc(x, y, __FILE__, __LINE__)
#define calloc(x, y) Calloc(x, y, NULL, 0)
#define calloc(n, x) mallocarray((n), (x), M_ALIAS, M_NOWAIT|M_ZERO)