summaryrefslogtreecommitdiff
path: root/tests/libqos/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-16tests: use g_new() family of functionsMarc-André Lureau1-3/+3
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini1-0/+1
2016-02-16tests: Clean up includesPeter Maydell1-2/+1
2016-01-11libqos: allow zero-size allocationsJohn Snow1-0/+4
2015-06-17libqos: Allow calling guest_free on NULL pointerFam Zheng1-0/+3
2015-05-22libqos: Add migration helpersJohn Snow1-17/+57
2015-02-16libqos/ahci: Add ahci_clean_memJohn Snow1-0/+5
2015-02-16libqos: Update QGuestAllocator to be opaqueJohn Snow1-15/+46
2015-02-16libqos: add alloc_init_flagsJohn Snow1-0/+8
2015-02-16libqos: Split apart pc_alloc_initJohn Snow1-0/+17
2015-01-13libqos: Convert malloc-pc allocator to a generic allocatorMarc MarĂ­1-0/+270