OSDN Git Service

libqos: Add malloc generic
authorMarc Marí <marc.mari.barcelo@gmail.com>
Tue, 24 Feb 2015 21:21:54 +0000 (22:21 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Mar 2015 13:02:20 +0000 (14:02 +0100)
commit870a306dec0cfdf32c8179acfd2c4d0bfd000d6b
tree29f08bc748215ce56af7fb22657cbee2104aeebd
parent50311a81f812d234ed0782df7a09971978e226a5
libqos: Add malloc generic

This malloc is a basic interface implementation that works for any platform.
It should be replaced in the future for a real malloc implementation for each
of the platforms.

Signed-off-by: Marc Marí <marc.mari.barcelo@gmail.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1424812915-25728-5-git-send-email-marc.mari.barcelo@gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/libqos/malloc-generic.c [new file with mode: 0644]
tests/libqos/malloc-generic.h [new file with mode: 0644]