aboutsummaryrefslogtreecommitdiff
path: root/qemu-malloc.c
AgeCommit message (Expand)Author
2010-12-14Add missing tracing to qemu_mallocz()Jes Sorensen
2010-10-30Consolidate oom_check() functionsJes Sorensen
2010-09-09trace: Trace qemu_malloc() and qemu_vmalloc()Stefan Hajnoczi
2010-06-15cow: stop using mmapChristoph Hellwig
2010-05-28Use calloc in qemu_mallocz.Richard Henderson
2010-02-23Simplify qemu_realloc()Markus Armbruster
2009-12-12Do not abort on qemu_malloc(0) in production buildsAnthony Liguori
2009-05-19Format per CODING_STYLEmalc
2009-05-19Abort on attempts to allocate zero bytesmalc
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