qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] rcu: reduce half heap memory size by malloc_tri


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH] rcu: reduce half heap memory size by malloc_trim()
Date: Mon, 20 Nov 2017 22:28:28 +0800
User-agent: Mutt/1.9.1 (2017-09-22)

On Fri, 11/17 14:23, Yang Zhong wrote:
> diff --git a/util/rcu.c b/util/rcu.c
> index ca5a63e..8d491a6 100644
> --- a/util/rcu.c
> +++ b/util/rcu.c
> @@ -26,6 +26,7 @@
>   * IBM's contributions to this file may be relicensed under LGPLv2 or later.
>   */
>  
> +#include <malloc.h>

BTW, if you respin, the "qemu/osdep.h" header should always be included first as
per HACKING file.



reply via email to

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