Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c268 if (!Allocation) in AcpiUtAllocateAndTrack()
338 if (!Allocation) in AcpiUtAllocateZeroedAndTrack()
399 if (NULL == Allocation) in AcpiUtFreeAndTrack()
549 Allocation)); in AcpiUtTrackAllocation()
558 Allocation->Line = Line; in AcpiUtTrackAllocation()
569 Allocation; in AcpiUtTrackAllocation()
654 (Allocation->Previous)->Next = Allocation->Next; in AcpiUtRemoveAllocation()
661 if (Allocation->Next) in AcpiUtRemoveAllocation()
663 (Allocation->Next)->Previous = Allocation->Previous; in AcpiUtRemoveAllocation()
667 &Allocation->UserSpace, Allocation->Size)); in AcpiUtRemoveAllocation()
[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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRMemoryMap.h92 struct Allocation { struct
109 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start, argument
113 DISALLOW_COPY_AND_ASSIGN(Allocation);
116 static_assert(sizeof(Allocation) <=
122 typedef std::map<lldb::addr_t, Allocation> AllocationMap;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp270 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation() function in IRMemoryMap::Allocation
441 Allocation &allocation = iter->second; in Leak()
457 Allocation &allocation = iter->second; in Free()
495 Allocation &al = iter->second; in GetAllocSize()
533 Allocation &allocation = iter->second; in WriteMemory()
650 Allocation &allocation = iter->second; in ReadMemory()
794 Allocation &allocation = iter->second; in GetMemoryData()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_report.cc112 const char *Allocation() const { return Magenta(); } in Allocation() function in __hwasan::Decorator
190 Printf("%s", d.Allocation()); in PrintAddressDescription()
208 Printf("%s", d.Allocation()); in PrintAddressDescription()
213 Printf("%s", d.Allocation()); in PrintAddressDescription()
339 Printf("%s", d.Allocation()); in ReportTailOverwritten()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp668 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
669 if (Allocation) { in collectMarkers()
676 << " with allocation: " << Allocation->getName() << "\n"); in collectMarkers()
740 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
741 if (Allocation) { in collectMarkers()
743 << " with allocation: " << Allocation->getName()); in collectMarkers()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h49 for (void *Allocation : Allocations) in ~AllocaHolder() local
50 free(Allocation); in ~AllocaHolder()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_descriptions.cc424 Printf("%sfreed by thread %s here:%s\n", d.Allocation(), in Print()
428 Printf("%spreviously allocated by thread %s here:%s\n", d.Allocation(), in Print()
431 Printf("%sallocated by thread %s here:%s\n", d.Allocation(), in Print()
H A Dasan_descriptions.h49 const char *Allocation() { return Magenta(); } in Allocation() function
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dobstacks.texi21 * Allocation in an Obstack:: Allocating objects in an obstack.
97 @code{xmalloc} (@pxref{Unconstrained Allocation, , , libc, The GNU C Library Reference Manual}). T…
162 @node Allocation in an Obstack
163 @section Allocation in an Obstack
233 @code{malloc} (@pxref{Basic Allocation, , , libc, The GNU C Library Reference Manual}).
405 @code{obstack_alloc} (@pxref{Allocation in an Obstack}).
691 @xref{Allocation in an Obstack}.
695 @var{address}. @xref{Allocation in an Obstack}.
700 @xref{Allocation in an Obstack}.
H A Dlibiberty.texi199 * Memory Allocation:: Testing and handling failed memory
206 @node Memory Allocation
207 @subsection Memory Allocation
/freebsd-12.1/contrib/binutils/libiberty/
H A Dobstacks.texi21 * Allocation in an Obstack:: Allocating objects in an obstack.
97 @code{xmalloc} (@pxref{Unconstrained Allocation, , , libc, The GNU C Library Reference Manual}). T…
162 @node Allocation in an Obstack
163 @section Allocation in an Obstack
233 @code{malloc} (@pxref{Basic Allocation, , , libc, The GNU C Library Reference Manual}).
405 @code{obstack_alloc} (@pxref{Allocation in an Obstack}).
691 @xref{Allocation in an Obstack}.
695 @var{address}. @xref{Allocation in an Obstack}.
700 @xref{Allocation in an Obstack}.
H A Dlibiberty.texi199 * Memory Allocation:: Testing and handling failed memory
206 @node Memory Allocation
207 @subsection Memory Allocation
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1346 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
1387 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1407 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1424 Allocation.emplace_back(&Mips::FGR32RegClass, *NextFGR32++); in fastLowerArguments()
1443 Allocation.emplace_back(&Mips::AFGR64RegClass, *NextAFGR64++); in fastLowerArguments()
1462 unsigned SrcReg = Allocation[ArgNo].Reg; in fastLowerArguments()
1463 unsigned DstReg = FuncInfo.MF->addLiveIn(SrcReg, Allocation[ArgNo].RC); in fastLowerArguments()
1467 unsigned ResultReg = createResultReg(Allocation[ArgNo].RC); in fastLowerArguments()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td295 // FIXME: Allocation order changed to s0, s2, ... or s0, s4, ... as a quick hack
/freebsd-12.1/contrib/openbsm/etc/
H A Daudit_event10 # Allocation of BSM event identifier ranges:
/freebsd-12.1/contrib/libxo/doc/
H A Dapi.rst1115 Memory Allocation
1124 :param xo_realloc_func_t realloc_func: Allocation function
H A Dlibxo.txt2151 *** Memory Allocation
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A DChangeLog636 * canthandle.asn1: "Allocation is done on CONTEXT tags" works just
774 * canthandle.asn1: Allocation is done on CONTEXT tags.
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td1440 // SVE Stack Allocation Group
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi1770 * Allocation Order:: Order in which registers are allocated.
1915 @node Allocation Order
1916 @subsection Order of Allocation of Registers
4252 @subsection Caller-Saves Register Allocation
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200424934 * vec.c (vec_p_reserve, vec_o_reserve): Allocation is signed.
24937 Allocation is signed.
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt15014 "Allocation already present in list!" errors as memory allocation