Home
last modified time | relevance | path

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

123

/netbsd/src/sys/external/bsd/acpica/dist/utilities/
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 …]
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()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/
Dvax.opt47 Enable Local Register Allocation.
/netbsd/src/external/bsd/flex/dist/po/
Den@quot.po42 msgid "Allocation of buffer to print string failed"
43 msgstr "Allocation of buffer to print string failed"
46 msgid "Allocation of buffer for line directive failed"
47 msgstr "Allocation of buffer for line directive failed"
50 msgid "Allocation of buffer for m4 def failed"
51 msgstr "Allocation of buffer for m4 def failed"
54 msgid "Allocation of buffer for m4 undef failed"
55 msgstr "Allocation of buffer for m4 undef failed"
Den@boldquot.po45 msgid "Allocation of buffer to print string failed"
46 msgstr "Allocation of buffer to print string failed"
49 msgid "Allocation of buffer for line directive failed"
50 msgstr "Allocation of buffer for line directive failed"
53 msgid "Allocation of buffer for m4 def failed"
54 msgstr "Allocation of buffer for m4 def failed"
57 msgid "Allocation of buffer for m4 undef failed"
58 msgstr "Allocation of buffer for m4 undef failed"
Dflex.pot20 msgid "Allocation of buffer to print string failed"
24 msgid "Allocation of buffer for line directive failed"
28 msgid "Allocation of buffer for m4 def failed"
32 msgid "Allocation of buffer for m4 undef failed"
Dhr.po24 msgid "Allocation of buffer to print string failed"
28 msgid "Allocation of buffer for line directive failed"
32 msgid "Allocation of buffer for m4 def failed"
36 msgid "Allocation of buffer for m4 undef failed"
Dsr.po22 msgid "Allocation of buffer to print string failed"
26 msgid "Allocation of buffer for line directive failed"
30 msgid "Allocation of buffer for m4 def failed"
34 msgid "Allocation of buffer for m4 undef failed"
Dzh_TW.po23 msgid "Allocation of buffer to print string failed"
27 msgid "Allocation of buffer for line directive failed"
31 msgid "Allocation of buffer for m4 def failed"
35 msgid "Allocation of buffer for m4 undef failed"
Dzh_CN.po23 msgid "Allocation of buffer to print string failed"
27 msgid "Allocation of buffer for line directive failed"
31 msgid "Allocation of buffer for m4 def failed"
35 msgid "Allocation of buffer for m4 undef failed"
Dru.po25 msgid "Allocation of buffer to print string failed"
29 msgid "Allocation of buffer for line directive failed"
33 msgid "Allocation of buffer for m4 def failed"
37 msgid "Allocation of buffer for m4 undef failed"
Dko.po20 msgid "Allocation of buffer to print string failed"
24 msgid "Allocation of buffer for line directive failed"
28 msgid "Allocation of buffer for m4 def failed"
32 msgid "Allocation of buffer for m4 undef failed"
Dnl.po25 msgid "Allocation of buffer to print string failed"
29 msgid "Allocation of buffer for line directive failed"
33 msgid "Allocation of buffer for m4 def failed"
37 msgid "Allocation of buffer for m4 undef failed"
Dde.po21 msgid "Allocation of buffer to print string failed"
25 msgid "Allocation of buffer for line directive failed"
29 msgid "Allocation of buffer for m4 def failed"
33 msgid "Allocation of buffer for m4 undef failed"
Dsv.po25 msgid "Allocation of buffer to print string failed"
29 msgid "Allocation of buffer for line directive failed"
33 msgid "Allocation of buffer for m4 def failed"
37 msgid "Allocation of buffer for m4 undef failed"
Deo.po21 msgid "Allocation of buffer to print string failed"
25 msgid "Allocation of buffer for line directive failed"
29 msgid "Allocation of buffer for m4 def failed"
33 msgid "Allocation of buffer for m4 undef failed"
Dda.po22 msgid "Allocation of buffer to print string failed"
26 msgid "Allocation of buffer for line directive failed"
30 msgid "Allocation of buffer for m4 def failed"
34 msgid "Allocation of buffer for m4 undef failed"
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dlibiberty.texi189 * Memory Allocation:: Testing and handling failed memory
196 @node Memory Allocation
197 @subsection Memory Allocation
Dobstacks.texi21 * Allocation in an Obstack:: Allocating objects in an obstack.
96 @code{xmalloc} (@pxref{Unconstrained Allocation, , , libc, The GNU C Library Reference Manual}). T…
186 @node Allocation in an Obstack
187 @subsubsection Allocation in an Obstack
256 @code{malloc} (@pxref{Basic Allocation, , , libc, The GNU C Library Reference Manual}).
707 @xref{Allocation in an Obstack}.
711 @var{address}. @xref{Allocation in an Obstack}.
716 @xref{Allocation in an Obstack}.
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dlibiberty.texi189 * Memory Allocation:: Testing and handling failed memory
196 @node Memory Allocation
197 @subsection Memory Allocation
Dobstacks.texi21 * Allocation in an Obstack:: Allocating objects in an obstack.
96 @code{xmalloc} (@pxref{Unconstrained Allocation, , , libc, The GNU C Library Reference Manual}). T…
186 @node Allocation in an Obstack
187 @subsubsection Allocation in an Obstack
256 @code{malloc} (@pxref{Basic Allocation, , , libc, The GNU C Library Reference Manual}).
707 @xref{Allocation in an Obstack}.
711 @var{address}. @xref{Allocation in an Obstack}.
716 @xref{Allocation in an Obstack}.
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dlibiberty.texi189 * Memory Allocation:: Testing and handling failed memory
196 @node Memory Allocation
197 @subsection Memory Allocation
Dobstacks.texi21 * Allocation in an Obstack:: Allocating objects in an obstack.
96 @code{xmalloc} (@pxref{Unconstrained Allocation, , , libc, The GNU C Library Reference Manual}). T…
186 @node Allocation in an Obstack
187 @subsubsection Allocation in an Obstack
256 @code{malloc} (@pxref{Basic Allocation, , , libc, The GNU C Library Reference Manual}).
707 @xref{Allocation in an Obstack}.
711 @var{address}. @xref{Allocation in an Obstack}.
716 @xref{Allocation in an Obstack}.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltin-attrs.def178 /* Allocation functions like malloc and realloc whose first argument
193 /* Allocation functions like calloc the product of whose first two arguments
198 /* Allocation functions like realloc whose second argument specifies
/netbsd/src/external/lgpl3/gmp/dist/doc/
Dgmp.info107 Node: Custom Allocation259979

123