Searched hist:f8a83245d9ec685bc6aa6173d6765fe03e20688f (Results 1 – 4 of 4) sorted by relevance
/qemu/ |
H A D | qemu-nbd.c | f8a83245d9ec685bc6aa6173d6765fe03e20688f 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 D | block.c | f8a83245d9ec685bc6aa6173d6765fe03e20688f 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 D | scsi-disk.c | f8a83245d9ec685bc6aa6173d6765fe03e20688f 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 D | file-posix.c | f8a83245d9ec685bc6aa6173d6765fe03e20688f 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>
|