linux-sg2042/include/acpi/platform
Lv Zheng b3c86c30ef ACPICA: Cleanup memory allocation macros and configurability.
In the common case, the ACPI_ALLOCATE and related macros now resolve
directly to their respective acpi_os* OSL interfaces. Two options:
1) The ACPI_ALLOCATE_ZEROED macro defaults to a simple local implementation
   by default, unless overridden by the USE_NATIVE_ALLOCATE_ZEROED define.
2) For ACPI execution simulation environment (AcpiExec) which is not
   shipped with the Linux kernel, the macros can optionally be resolved to
   the local interfaces that track each allocation (used to immediately
   detect memory leaks).

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2013-10-30 12:24:21 +01:00
..
acenv.h ACPICA: Update ACPICA copyrights to 2013 2013-01-25 13:30:47 +01:00
acgcc.h ACPICA: Update ACPICA copyrights to 2013 2013-01-25 13:30:47 +01:00
aclinux.h ACPICA: Cleanup memory allocation macros and configurability. 2013-10-30 12:24:21 +01:00