Home
last modified time | relevance | path

Searched refs:malloc (Results 1 – 9 of 9) sorted by relevance

/acpica-3.7.0/source/os_specific/service_layers/
Doswintbl.c296 Signature = malloc (ACPI_NAMESEG_SIZE + 1); in AcpiOsGetTableByIndex()
374 Gbl_AvailableTableSignatures = malloc (Gbl_TableCount * ACPI_NAMESEG_SIZE); in OslTableInitialize()
573 ReturnTable = malloc(DataSize); in WindowsGetTableFromRegistry()
664 ReturnTable = malloc(DataSize); in AcpiOsGetTableByName()
Doswinxf.c763 Mem = (void *) malloc ((size_t) Size); in AcpiOsAllocate()
1552 NewCache = malloc (sizeof (ACPI_MEMORY_LIST)); in AcpiOsCreateCache()
1588 NewObject = malloc (((ACPI_MEMORY_LIST *) Cache)->ObjectSize); in AcpiOsAcquireObject()
Dosunixxf.c765 Mem = (void *) malloc ((size_t) size); in AcpiOsAllocate()
/acpica-3.7.0/source/compiler/
Daslparser.y181 #undef malloc
182 #define malloc AslLocalAllocate macro
Ddtcompilerparser.y187 #define YYMALLOC malloc
Ddtparser.y182 #define YYMALLOC malloc
Dprparser.y181 #define YYMALLOC malloc
Dasloptions.c466 AcpiGbl_CDAT = malloc (5); in AslDoOptions()
/acpica-3.7.0/source/tools/acpixtract/
Daxutils.c584 Info = malloc (sizeof (AX_TABLE_INFO)); in AxGetNextInstance()