aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorHarmandeep Kaur <write.harmandeep@gmail.com>2015-10-06 21:47:12 +0530
committerRiku Voipio <riku.voipio@linaro.org>2016-01-08 11:36:13 +0200
commit0e173b24b523b432854689717e09de5c95c158f8 (patch)
tree60c4869c464ea1cd50873fabbd39a256d965d7a4 /HACKING
parent3e24bb3f1277ee25743f0a3274306080df80da2c (diff)
downloadqemu-0e173b24b523b432854689717e09de5c95c158f8.zip
qemu-0e173b24b523b432854689717e09de5c95c158f8.tar.gz
qemu-0e173b24b523b432854689717e09de5c95c158f8.tar.bz2
linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0()
Convert malloc()/ calloc() calls to g_malloc()/ g_try_malloc()/ g_new0() All heap memory allocation should go through glib so that we can take advantage of a single memory allocator and its debugging/tracing features. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Harmandeep Kaur <write.harmandeep@gmail.com> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'HACKING')
0 files changed, 0 insertions, 0 deletions