aboutsummaryrefslogtreecommitdiff
path: root/qemu-malloc.c
AgeCommit message (Expand)Author
2009-02-11Fix qemu_realloc() (Kevin Wolf)aliguori
2009-02-06Replace exit() in oom_check with abort()aliguori
2009-02-05Terminate emulation on memory allocation failure (Avi Kivity)aliguori
2008-11-09Add qemu_strndup: qemu_strdup with length limit.balrog
2008-08-25Fix error introduced by r5044blueswir1
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-08-06Add qemu_realloc(), by Gerd Hoffmann.ths
2008-06-09Prevent guest reusing host memory allocations.pbrook