aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-malloc.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-23Simplify qemu_realloc()Markus Armbruster1-5/+3
2009-12-12Do not abort on qemu_malloc(0) in production buildsAnthony Liguori1-6/+13
2009-05-19Format per CODING_STYLEmalc1-6/+10
2009-05-19Abort on attempts to allocate zero bytesmalc1-2/+7
2009-02-11Fix qemu_realloc() (Kevin Wolf)aliguori1-1/+4
2009-02-06Replace exit() in oom_check with abort()aliguori1-1/+1
2009-02-05Terminate emulation on memory allocation failure (Avi Kivity)aliguori1-6/+10
2008-11-09Add qemu_strndup: qemu_strdup with length limit.balrog1-1/+15
2008-08-25Fix error introduced by r5044blueswir11-1/+1
2008-08-21Fix OpenBSD linker warningsblueswir11-2/+3
2008-08-06Add qemu_realloc(), by Gerd Hoffmann.ths1-0/+5
2008-06-09Prevent guest reusing host memory allocations.pbrook1-0/+59