index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-malloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-14
Add missing tracing to qemu_mallocz()
Jes Sorensen
1
-1
/
+4
2010-10-30
Consolidate oom_check() functions
Jes Sorensen
1
-11
/
+3
2010-09-09
trace: Trace qemu_malloc() and qemu_vmalloc()
Stefan Hajnoczi
1
-2
/
+10
2010-06-15
cow: stop using mmap
Christoph Hellwig
1
-5
/
+0
2010-05-28
Use calloc in qemu_mallocz.
Richard Henderson
1
-4
/
+4
2010-02-23
Simplify qemu_realloc()
Markus Armbruster
1
-5
/
+3
2009-12-12
Do not abort on qemu_malloc(0) in production builds
Anthony Liguori
1
-6
/
+13
2009-05-19
Format per CODING_STYLE
malc
1
-6
/
+10
2009-05-19
Abort on attempts to allocate zero bytes
malc
1
-2
/
+7
2009-02-11
Fix qemu_realloc() (Kevin Wolf)
aliguori
1
-1
/
+4
2009-02-06
Replace exit() in oom_check with abort()
aliguori
1
-1
/
+1
2009-02-05
Terminate emulation on memory allocation failure (Avi Kivity)
aliguori
1
-6
/
+10
2008-11-09
Add qemu_strndup: qemu_strdup with length limit.
balrog
1
-1
/
+15
2008-08-25
Fix error introduced by r5044
blueswir1
1
-1
/
+1
2008-08-21
Fix OpenBSD linker warnings
blueswir1
1
-2
/
+3
2008-08-06
Add qemu_realloc(), by Gerd Hoffmann.
ths
1
-0
/
+5
2008-06-09
Prevent guest reusing host memory allocations.
pbrook
1
-0
/
+59