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