qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-1.5 2/2] osdep: introduce qemu_anon_ram_free


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH for-1.5 2/2] osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
Date: Mon, 13 May 2013 10:45:24 -0400 (EDT)

> On 13 May 2013 15:19, Paolo Bonzini <address@hidden> wrote:
> > --- a/include/qemu/osdep.h
> > +++ b/include/qemu/osdep.h
> > @@ -98,6 +98,7 @@ int qemu_daemon(int nochdir, int noclose);
> >  void *qemu_memalign(size_t alignment, size_t size);
> >  void *qemu_anon_ram_alloc(size_t size);
> >  void qemu_vfree(void *ptr);
> > +void qemu_anon_ram_free(void *ptr, size_t size);
> 
> No documentation comment?

None in the proximity, either, and it's (a) pretty obvious that it
matches qemu_anon_ram_alloc (b) not really commonly used, so it
won't help a lot of readers.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]