qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/4] libqos: add a simple first-fit memory allocator


From: John Snow
Subject: [Qemu-devel] [PATCH 0/4] libqos: add a simple first-fit memory allocator
Date: Tue, 29 Jul 2014 17:54:40 -0400

This set collects two patches by Marc MarĂ­ 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.

John Snow (2):
  libqos: add a simple first-fit memory allocator
  qtest/ide-test: add pc-alloc-uninit call

Marc MarĂ­ (2):
  libqos: Correct mask to align size to PAGE_SIZE in malloc-pc
  libqos: Change free function called in malloc

 tests/ide-test.c         |   2 +
 tests/libqos/malloc-pc.c | 321 +++++++++++++++++++++++++++++++++++++++++++++--
 tests/libqos/malloc-pc.h |   9 ++
 tests/libqos/malloc.h    |   2 +-
 4 files changed, 324 insertions(+), 10 deletions(-)

-- 
1.9.3




reply via email to

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