calloc() wasn't zeroing out the allocated memory as it is supposed to. Fixes: #9221 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
We base the malloc() implementation on a common sys_mem_pool whose size is specified by Kconfig. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>