acrn-hypervisor/devicemodel/tools
yechunliang 2e2f02edeb 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-05-15 17:25:26 +08:00
..
acrn-manager DM:tools: add acrnctl tool 2018-05-15 17:25:25 +08:00
acrnlog DM:tools: add README.rst for acrnlog tool 2018-05-15 17:25:23 +08:00
acrntrace replace malloc with calloc 2018-05-15 17:25:26 +08:00