On 10/24/2014 05:00 AM, Marc Marí wrote:
El Thu, 23 Oct 2014 18:49:03 -0400
John Snow escribió:
Reviewed-by: John Snow
Did you mean this for the v2, which has the extra free?
Marc
Yes. No more late-night replies to patches :\
El Thu, 23 Oct 2014 18:49:03 -0400
John Snow escribió:
> Reviewed-by: John Snow
Did you mean this for the v2, which has the extra free?
Marc
On 10/18/2014 05:24 AM, Marc Marí wrote:
The allocator in malloc-pc has been extracted, so it can be used in every arch.
This operation showed that both the alloc and free functions can be also
generic.
Because of this, the QGuestAllocator has been removed from is function to wrap
the alloc and
> > +void alloc_uninit(QGuestAllocator *allocator)
> > +{
> > +MemBlock *node;
> > +MemBlock *tmp;
> > +QAllocOpts mask;
> > +
> > +/* Check for guest leaks, and destroy the list. */
> > +QTAILQ_FOREACH_SAFE(node, &allocator->used, MLIST_ENTNAME,
> > tmp) {
> > +if (allo
On 10/18/2014 05:24 AM, Marc Marí wrote:
The allocator in malloc-pc has been extracted, so it can be used in every arch.
This operation showed that both the alloc and free functions can be also
generic.
Because of this, the QGuestAllocator has been removed from is function to wrap
the alloc and
On Sat, Oct 18, 2014 at 11:24:17AM +0200, Marc Marí wrote:
> The allocator in malloc-pc has been extracted, so it can be used in every
> arch.
> This operation showed that both the alloc and free functions can be also
> generic.
> Because of this, the QGuestAllocator has been removed from is funct
The allocator in malloc-pc has been extracted, so it can be used in every arch.
This operation showed that both the alloc and free functions can be also
generic.
Because of this, the QGuestAllocator has been removed from is function to wrap
the alloc and free function, and now just contains the all