]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPICA: AcpiExec: Improve algorithm for tracking memory leaks
authorBob Moore <robert.moore@intel.com>
Wed, 31 Oct 2012 02:27:32 +0000 (02:27 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 31 Oct 2012 21:57:17 +0000 (22:57 +0100)
commit73e20e180d217988cab619c884ff4bb37fe7a642
treea6309c83147d11fcbcfb120692de54f96f8a3b60
parentbae52ee3712bc677017c22f33108a7f34ba69958
ACPICA: AcpiExec: Improve algorithm for tracking memory leaks

Add some intelligence to the code that maintains the global
list of allocated memory. The list is now ordered by allocated
memory address, significantly improving performance.  When running
AcpiExec on the ASLTS test suite, speed improvements of 3X to 5X
are seen, depending on the platform and/or the environment.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/uttrack.c