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: Peter Maydell
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 15:26:31 +0100

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?

thanks
-- PMM



reply via email to

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