acrn-hypervisor/hypervisor/debug
yechunliang b11460f7f6 replace malloc and memset 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:24 +08:00
..
console.c Rename TIME_MS_DELTA to CYCLES_PER_MS 2018-05-15 17:19:39 +08:00
dump.c initial import 2018-05-11 14:44:28 +08:00
logmsg.c initial import 2018-05-11 14:44:28 +08:00
printf.c Move s[n]printf to lib for release 2018-05-15 17:19:37 +08:00
sbuf.c replace malloc and memset with calloc 2018-05-15 17:25:24 +08:00
serial_internal.h initial import 2018-05-11 14:44:28 +08:00
serial.c initial import 2018-05-11 14:44:28 +08:00
shell_internal.c hv: shell: add cpuid command 2018-05-15 17:25:24 +08:00
shell_internal.h hv: shell: add cpuid command 2018-05-15 17:25:24 +08:00
shell_public.c hv: shell: add cpuid command 2018-05-15 17:25:24 +08:00
uart16550.c initial import 2018-05-11 14:44:28 +08:00
uart16550.h initial import 2018-05-11 14:44:28 +08:00
vuart.c initial import 2018-05-11 14:44:28 +08:00