From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grzegorz Milos Subject: [PATCH] Memory allocator replaced for Mini-os Date: Fri, 26 Aug 2005 11:24:42 +0100 Message-ID: <430EEDEA.7000903@cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel , Keir Fraser List-Id: xen-devel@lists.xenproject.org The patch removes broken, and very complicated malloc in favour of much simpler (and working) Xen's allocator (xmalloc by Rusty). Ps - patch compressed because malloc.c is about 200kb. Cheers Gregor