acrn-hypervisor/tools
yechunliang f48e5d1a02 replace malloc with calloc
malloc: allocate a block of memory, the contents of the block are undefined.
calloc: allocate a block of memory for an array of num elements and initializes all its bits to zero.

Signed-off-by: yechunliang <yechunliangcn@163.com>
2018-04-10 14:28:21 +08:00
..
acrn-manager DM:tools: add acrnctl tool 2018-04-08 10:33:24 +08:00
acrnlog DM:tools: add README.rst for acrnlog tool 2018-04-03 16:31:30 +08:00
acrntrace replace malloc with calloc 2018-04-10 14:28:21 +08:00