Searched refs:Allocation (Results 1 – 9 of 9) sorted by relevance
176 ACPI_DEBUG_MEM_BLOCK *Allocation);254 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateAndTrack() local267 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER)); in AcpiUtAllocateAndTrack()268 if (!Allocation) in AcpiUtAllocateAndTrack()279 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack()282 AcpiOsFree (Allocation); in AcpiUtAllocateAndTrack()297 return ((void *) &Allocation->UserSpace); in AcpiUtAllocateAndTrack()323 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateZeroedAndTrack() local336 Allocation = AcpiOsAllocateZeroed ( in AcpiUtAllocateZeroedAndTrack()338 if (!Allocation) in AcpiUtAllocateZeroedAndTrack()[all …]
179 void *Allocation; in AcpiOsAllocateZeroed() local185 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed()186 if (Allocation) in AcpiOsAllocateZeroed()190 memset (Allocation, 0, Size); in AcpiOsAllocateZeroed()193 return (Allocation); in AcpiOsAllocateZeroed()
167 /* Allocation functions like malloc and realloc whose first argument180 /* Allocation functions like calloc the product of whose first two arguments185 /* Allocation functions like realloc whose second argument specifies
142 * class - Allocation clustering class ((type << 8) | radix).
1218 Allocation: (gmp.info)Custom Allocation.2615 numbers using `mpfr_init' and similar functions. See Custom Allocation2621 through GMP Custom Allocation, allocates its memory on the application
1849 * Allocation Order:: Order in which registers are allocated.1992 @node Allocation Order1993 @subsection Order of Allocation of Registers4630 @subsection Caller-Saves Register Allocation
1827 * Allocation Order:: Order in which registers are allocated.1970 @node Allocation Order1971 @subsection Order of Allocation of Registers4567 @subsection Caller-Saves Register Allocation
16334 "Allocation already present in list!" errors as memory allocation
13599 "Register Allocation in Optimizing Compilers"