unicorn/qemu/util
farmdve 036763d6ae Fix memory leaks as reported by DrMemory and Valgrind.
ARM and probably the rest of the arches have significant memory leaks as
they have no release interface.

Additionally, DrMemory does not have 64-bit support and thus I can't
test the 64-bit version under Windows. Under Linux valgrind supports
both 32-bit and 64-bit but there are different macros and code for Linux
and Windows.
2016-01-08 01:42:56 +02:00
..
aes.c import 2015-08-21 15:04:50 +08:00
bitmap.c import 2015-08-21 15:04:50 +08:00
bitops.c import 2015-08-21 15:04:50 +08:00
crc32c.c import 2015-08-21 15:04:50 +08:00
cutils.c import 2015-08-21 15:04:50 +08:00
error.c do not abort() when memory is insufficient. this fixes issue #244 2015-11-10 11:44:29 +08:00
host-utils.c import 2015-08-21 15:04:50 +08:00
Makefile.objs import 2015-08-21 15:04:50 +08:00
module.c import 2015-08-21 15:04:50 +08:00
oslib-posix.c Build for Cygwin 2015-12-20 22:00:35 +09:00
oslib-win32.c import 2015-08-21 15:04:50 +08:00
qemu-error.c import 2015-08-21 15:04:50 +08:00
qemu-option.c import 2015-08-21 15:04:50 +08:00
qemu-thread-posix.c Fix memory leaks as reported by DrMemory and Valgrind. 2016-01-08 01:42:56 +02:00
qemu-thread-win32.c Fix memory leaks as reported by DrMemory and Valgrind. 2016-01-08 01:42:56 +02:00
qemu-timer-common.c import 2015-08-21 15:04:50 +08:00
unicode.c import 2015-08-21 15:04:50 +08:00