Home
last modified time | relevance | path

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

/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Duttrack.c176 ACPI_DEBUG_MEM_BLOCK *Allocation);
254 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateAndTrack() local
267 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() local
336 Allocation = AcpiOsAllocateZeroed ( in AcpiUtAllocateZeroedAndTrack()
338 if (!Allocation) in AcpiUtAllocateZeroedAndTrack()
[all …]
H A Dutalloc.c179 void *Allocation; in AcpiOsAllocateZeroed() local
185 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed()
186 if (Allocation) in AcpiOsAllocateZeroed()
190 memset (Allocation, 0, Size); in AcpiOsAllocateZeroed()
193 return (Allocation); in AcpiOsAllocateZeroed()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbuiltin-attrs.def167 /* Allocation functions like malloc and realloc whose first argument
180 /* Allocation functions like calloc the product of whose first two arguments
185 /* Allocation functions like realloc whose second argument specifies
/dflybsd-src/sys/vfs/hammer2/
H A DFREEMAP142 * class - Allocation clustering class ((type << 8) | radix).
/dflybsd-src/contrib/mpfr/doc/
H A Dmpfr.info1218 Allocation: (gmp.info)Custom Allocation.
2615 numbers using `mpfr_init' and similar functions. See Custom Allocation
2621 through GMP Custom Allocation, allocates its memory on the application
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi1849 * Allocation Order:: Order in which registers are allocated.
1992 @node Allocation Order
1993 @subsection Order of Allocation of Registers
4630 @subsection Caller-Saves Register Allocation
H A Dtm.texi.in1827 * Allocation Order:: Order in which registers are allocated.
1970 @node Allocation Order
1971 @subsection Order of Allocation of Registers
4567 @subsection Caller-Saves Register Allocation
/dflybsd-src/sys/contrib/dev/acpica/
H A Dchanges.txt16334 "Allocation already present in list!" errors as memory allocation
/dflybsd-src/games/fortune/datfiles/
H A Dfortunes13599 "Register Allocation in Optimizing Compilers"