From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCnNx-0006ww-0M for qemu-devel@nongnu.org; Thu, 31 Jul 2014 06:15:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCnNq-0000eB-E4 for qemu-devel@nongnu.org; Thu, 31 Jul 2014 06:14:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCnNq-0000e7-5q for qemu-devel@nongnu.org; Thu, 31 Jul 2014 06:14:50 -0400 Date: Thu, 31 Jul 2014 11:14:46 +0100 From: Stefan Hajnoczi Message-ID: <20140731101446.GE25929@stefanha-thinkpad.redhat.com> References: <1406759309-13742-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2hMgfIw2X+zgXrFs" Content-Disposition: inline In-Reply-To: <1406759309-13742-1-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/4] libqos: add a simple first-fit memory allocator List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: marc.mari.barcelo@gmail.com, pbonzini@redhat.com, qemu-devel@nongnu.org --2hMgfIw2X+zgXrFs Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 30, 2014 at 06:28:25PM -0400, John Snow wrote: > This set collects two patches by Marc Mar=ED already on the mailing list, > but goes further by adding a simple memory allocator that allows us to > track and debug freed memory, and optionally keep track of any leaks. >=20 >=20 > v2: use QTAILQ as a basis for the linked list implementation instead. > Correct an error in the size of the initial node. >=20 >=20 > John Snow (2): > libqos: add a simple first-fit memory allocator > qtest/ide: Uninitialize PC allocator >=20 > Marc Mar=ED (2): > libqos: Correct mask to align size to PAGE_SIZE in malloc-pc > libqos: Change free function called in malloc >=20 > tests/ide-test.c | 2 + > tests/libqos/malloc-pc.c | 296 +++++++++++++++++++++++++++++++++++++++++= ++++-- > tests/libqos/malloc-pc.h | 9 ++ > tests/libqos/malloc.h | 2 +- > 4 files changed, 298 insertions(+), 11 deletions(-) Looking pretty close, please CC Andreas F=E4rber . Stefan --2hMgfIw2X+zgXrFs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJT2hcWAAoJEJykq7OBq3PIMDYH/3M3rIZv4Ccv/0V2F9WnqJNM 20mYII6Pc2ljhVxs5RzCH0GAx6bC83VWxfcWM3HWdm3MXsS28In67zQQlkOBHy5V 7NXXX/tY2I2zeClElaQBZelgBEU4VFM7VLTkp4s1gljB3FexG7MmfOxyALJQbwaP SC4oX2n2H1eXjkVwTZdSqBP0P9YLl7ju5OtNqBxvZe1HD3gJeWEnMXaz4E8w3Q90 Dyc532+N+MWTXbBjokaipYgNx0g6GNr4AhK4Kdz2vfnf9rVf9PoixEWXyIL9ESiG zLYkTMNT6Xh6JO3b2ALGRsG0CgZ4+RgK3KW5SToXP2s3+lMsGkNa5gP/BDhzPdg= =EW+o -----END PGP SIGNATURE----- --2hMgfIw2X+zgXrFs--