Home
last modified time | relevance | path

Searched hist:f8a83245d9ec685bc6aa6173d6765fe03e20688f (Results 1 – 4 of 4) sorted by relevance

/qemu/
H A Dqemu-nbd.cf8a83245d9ec685bc6aa6173d6765fe03e20688f Sun Jan 24 21:23:56 UTC 2010 Herve Poussineau <hpoussin@reactos.org> win32: pair qemu_memalign() with qemu_vfree()

Win32 suffers from a very big memory leak when dealing with SCSI devices.
Each read/write request allocates memory with qemu_memalign (ie
VirtualAlloc) but frees it with qemu_free (ie free).
Pair all qemu_memalign() calls with qemu_vfree() to prevent such leaks.

Signed-off-by: Herve Poussineau <hpoussin@reactos.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
H A Dblock.cf8a83245d9ec685bc6aa6173d6765fe03e20688f Sun Jan 24 21:23:56 UTC 2010 Herve Poussineau <hpoussin@reactos.org> win32: pair qemu_memalign() with qemu_vfree()

Win32 suffers from a very big memory leak when dealing with SCSI devices.
Each read/write request allocates memory with qemu_memalign (ie
VirtualAlloc) but frees it with qemu_free (ie free).
Pair all qemu_memalign() calls with qemu_vfree() to prevent such leaks.

Signed-off-by: Herve Poussineau <hpoussin@reactos.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
/qemu/hw/scsi/
H A Dscsi-disk.cf8a83245d9ec685bc6aa6173d6765fe03e20688f Sun Jan 24 21:23:56 UTC 2010 Herve Poussineau <hpoussin@reactos.org> win32: pair qemu_memalign() with qemu_vfree()

Win32 suffers from a very big memory leak when dealing with SCSI devices.
Each read/write request allocates memory with qemu_memalign (ie
VirtualAlloc) but frees it with qemu_free (ie free).
Pair all qemu_memalign() calls with qemu_vfree() to prevent such leaks.

Signed-off-by: Herve Poussineau <hpoussin@reactos.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
/qemu/block/
H A Dfile-posix.cf8a83245d9ec685bc6aa6173d6765fe03e20688f Sun Jan 24 21:23:56 UTC 2010 Herve Poussineau <hpoussin@reactos.org> win32: pair qemu_memalign() with qemu_vfree()

Win32 suffers from a very big memory leak when dealing with SCSI devices.
Each read/write request allocates memory with qemu_memalign (ie
VirtualAlloc) but frees it with qemu_free (ie free).
Pair all qemu_memalign() calls with qemu_vfree() to prevent such leaks.

Signed-off-by: Herve Poussineau <hpoussin@reactos.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>