]> git.proxmox.com Git - qemu.git/history - qemu-malloc.c
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / qemu-malloc.c
2010-06-15 Christoph Hellwigcow: stop using mmap
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-28 Richard HendersonUse calloc in qemu_mallocz.
2010-02-23 Markus ArmbrusterSimplify qemu_realloc()
2009-12-12 Anthony LiguoriDo not abort on qemu_malloc(0) in production builds
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.