Re: [Qemu-devel] [PATCH v5 4/5] libqos: Add malloc generic

2015-02-25 Thread Stefan Hajnoczi
On Tue, Feb 24, 2015 at 10:21:54PM +0100, Marc Marí wrote: > 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í > --- > tests/libqos/malloc-g

[Qemu-devel] [PATCH v5 4/5] libqos: Add malloc generic

2015-02-24 Thread Marc Marí
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í --- tests/libqos/malloc-generic.c | 39 +++ tests/libqos/mal