]> git.proxmox.com Git - mirror_qemu.git/commit
libqos: add malloc support
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Apr 2013 14:45:18 +0000 (09:45 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 17 Apr 2013 15:26:05 +0000 (10:26 -0500)
commit8a0743cf747c659a3443e722a832c8f21f1cc774
tree3ef2b9f0807aaff3d9d8c982c965610b5b63ba48
parent234c69c5f92f18d7692e859d2784edb17a88873f
libqos: add malloc support

This is a very simple allocator for the PC platform.  It should
be possible to add backends for other platforms.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1366123521-4330-5-git-send-email-aliguori@us.ibm.com
tests/Makefile
tests/libqos/malloc-pc.c [new file with mode: 0644]
tests/libqos/malloc-pc.h [new file with mode: 0644]
tests/libqos/malloc.h [new file with mode: 0644]