Searched defs:ACPI_ALLOCATE_ZEROED (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/acpica/source/include/
H A Dactypes.h433 #define ACPI_ALLOCATE_ZEROED(a) NULL macro
445 #define ACPI_ALLOCATE_ZEROED(a) AcpiUtAllocateZeroedAndTrack ((ACPI_SIZE) (a), ACPI_MEM_PARAMETERS) macro
454 #define ACPI_ALLOCATE_ZEROED(a) AcpiOsAllocateZeroed ((ACPI_SIZE) (a)) macro

Completed in 56 milliseconds