Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / qemu-malloc.c
2009-05-19 malcFormat per CODING_STYLE
2009-05-19 malcAbort on attempts to allocate zero bytes
2009-02-11 aliguoriFix qemu_realloc() (Kevin Wolf)
2009-02-06 aliguoriReplace exit() in oom_check with abort()
2009-02-05 aliguoriTerminate emulation on memory allocation failure (Avi...
2008-11-09 balrogAdd qemu_strndup: qemu_strdup with length limit.
2008-08-25 blueswir1Fix error introduced by r5044
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-08-06 thsAdd qemu_realloc(), by Gerd Hoffmann.
2008-06-09 pbrookPrevent guest reusing host memory allocations.