Searched refs:DebugBlock (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Duttrack.c392 ACPI_DEBUG_MEM_BLOCK *DebugBlock; local
407 DebugBlock = ACPI_CAST_PTR (ACPI_DEBUG_MEM_BLOCK,
411 AcpiGbl_GlobalList->CurrentTotalSize -= DebugBlock->Size;
413 Status = AcpiUtRemoveAllocation (DebugBlock, Component, Module, Line);
419 AcpiOsFree (DebugBlock);
421 Allocation, DebugBlock));

Completed in 54 milliseconds