commit | 50401022d8fbdcdaf84d28e7b813ee94c2d47325 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri May 21 10:37:51 2010 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Fri May 28 23:27:19 2010 +0200 |
tree | 1d763f1b80af98c25bbba84fa6986a22b421642a | |
parent | 564e2fe8cd63ca6d5413408a1a4f9ee9cf471fff [diff] |
Use calloc in qemu_mallocz. Avoids the memset if the allocator has gotten new zeroed storage from the operating system. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>