WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 0/4] introduce and use xzalloc()

To: Jan Beulich <JBeulich@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 0/4] introduce and use xzalloc()
From: Keir Fraser <keir@xxxxxxx>
Date: Tue, 04 Oct 2011 13:00:22 +0100
Cc:
Delivery-date: Tue, 04 Oct 2011 05:05:31 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:user-agent:date:subject:from:to:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; bh=Xs5BMErTdZtNKMBk5YvAkmBAhFQSDWAyq16EreaaEDI=; b=KCU8bJAbR0XA6m6Mnz/rVYIBmYJl88N7wnPPFWXD8LerIzI9eq10mJnDl/MT9VzH6G sqI2TnxHFPVYi4N907JIfgdBdMvng1es2e/ejqw7qCd0AZampM3fuH80ZTCpoztnvIgK m8TkJ9xvqHNrF3ZxZYC/Sj/SDjis07M1/XUPQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4E8B0E7202000078000592AC@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcyCjTGJa8KztVeofEijUnadyOZYUg==
Thread-topic: [Xen-devel] [PATCH 0/4] introduce and use xzalloc()
User-agent: Microsoft-Entourage/12.30.0.110427
On 04/10/2011 12:47, "Jan Beulich" <JBeulich@xxxxxxxx> wrote:

> Rather than having to match a call to one of the xmalloc() flavors with
> a subsequent memset(), introduce a zeroing variant of each of those
> flavors.
> 
> 1: introduce xzalloc() & Co
> 2: use xzalloc in common code
> 3: use xzalloc in driver code
> 4: use xzalloc in x86 code
> 
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>

Uncontentious and a good thing in my view.

Acked-by: Keir Fraser <keir@xxxxxxx>

> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>