| /netbsd/src/sys/external/bsd/acpica/dist/utilities/ |
| D | uttrack.c | 176 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 …]
|
| D | utalloc.c | 179 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/ |
| D | vax.opt | 47 Enable Local Register Allocation.
|
| /netbsd/src/external/bsd/flex/dist/po/ |
| D | en@quot.po | 42 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"
|
| D | en@boldquot.po | 45 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"
|
| D | flex.pot | 20 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"
|
| D | hr.po | 24 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"
|
| D | sr.po | 22 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"
|
| D | zh_TW.po | 23 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"
|
| D | zh_CN.po | 23 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"
|
| D | ru.po | 25 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"
|
| D | ko.po | 20 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"
|
| D | nl.po | 25 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"
|
| D | de.po | 21 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"
|
| D | sv.po | 25 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"
|
| D | eo.po | 21 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"
|
| D | da.po | 22 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/ |
| D | libiberty.texi | 189 * Memory Allocation:: Testing and handling failed memory 196 @node Memory Allocation 197 @subsection Memory Allocation
|
| D | obstacks.texi | 21 * 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/ |
| D | libiberty.texi | 189 * Memory Allocation:: Testing and handling failed memory 196 @node Memory Allocation 197 @subsection Memory Allocation
|
| D | obstacks.texi | 21 * 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/ |
| D | libiberty.texi | 189 * Memory Allocation:: Testing and handling failed memory 196 @node Memory Allocation 197 @subsection Memory Allocation
|
| D | obstacks.texi | 21 * 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/ |
| D | builtin-attrs.def | 178 /* 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/ |
| D | gmp.info | 107 Node: Custom Allocation259979
|