1. 236e237 Add missing tracing to qemu_mallocz() by Jes Sorensen · 14 years ago
  2. b152aa8 Consolidate oom_check() functions by Jes Sorensen · 14 years ago
  3. cd245a1 trace: Trace qemu_malloc() and qemu_vmalloc() by Stefan Hajnoczi · 15 years ago
  4. 893a9cb cow: stop using mmap by Christoph Hellwig · 15 years ago
  5. 5040102 Use calloc in qemu_mallocz. by Richard Henderson · 15 years ago
  6. f8b0953 Simplify qemu_realloc() by Markus Armbruster · 15 years ago
  7. 20ff6c8 Do not abort on qemu_malloc(0) in production builds by Anthony Liguori · 15 years ago
  8. 26d64a8 Format per CODING_STYLE by malc · 16 years ago
  9. a7d27b5 Abort on attempts to allocate zero bytes by malc · 16 years ago
  10. 322691a Fix qemu_realloc() (Kevin Wolf) by aliguori · 16 years ago
  11. 62a3fe2 Replace exit() in oom_check with abort() by aliguori · 16 years ago
  12. 8a1d02a Terminate emulation on memory allocation failure (Avi Kivity) by aliguori · 16 years ago
  13. ac4b0d0 Add qemu_strndup: qemu_strdup with length limit. by balrog · 16 years ago
  14. 62dd234 Fix error introduced by r5044 by blueswir1 · 16 years ago
  15. 363a37d Fix OpenBSD linker warnings by blueswir1 · 16 years ago
  16. 2137b4c Add qemu_realloc(), by Gerd Hoffmann. by ths · 16 years ago
  17. 17e2377 Prevent guest reusing host memory allocations. by pbrook · 17 years ago