48 #define _COMPONENT ACPI_UTILITIES
111 #ifdef ACPI_DBG_TRACK_ALLOCATIONS
115 status = acpi_ut_create_list(
"Acpi-Global", 0, &acpi_gbl_global_list);
121 acpi_ut_create_list(
"Acpi-Namespace",
123 &acpi_gbl_ns_node_list);
146 #ifdef ACPI_DBG_TRACK_ALLOCATIONS
149 if (acpi_gbl_display_final_mem_stats) {
170 #ifdef ACPI_DBG_TRACK_ALLOCATIONS
179 acpi_gbl_global_list =
NULL;
182 acpi_gbl_ns_node_list =
NULL;
242 acpi_size required_length)
244 acpi_size input_buffer_length;
248 if (!buffer || !required_length) {
256 input_buffer_length = buffer->
length;
257 buffer->
length = required_length;
263 switch (input_buffer_length) {
288 if (input_buffer_length < required_length) {
306 #ifdef NOT_USED_BY_LINUX
333 "Attempt to allocate zero bytes, allocating 1 byte"));
343 "Could not allocate size %u", (
u32) size));
367 u32 component,
const char *module,
u32 line)