Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRMemoryMap.h89 struct Allocation { struct
106 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start, argument
110 Allocation(const Allocation &) = delete;
111 const Allocation &operator=(const Allocation &) = delete; argument
114 static_assert(sizeof(Allocation) <=
120 typedef std::map<lldb::addr_t, Allocation> AllocationMap;
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.h44 struct Allocation { struct
49 using AllocationsMap = DenseMap<void *, Allocation>; argument
51 Error deallocateImpl(void *Base, Allocation &A);
H A DExecutorSharedMemoryMapperService.h43 struct Allocation { struct
46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringMapEntry.h52 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
53 assert(Allocation && "Unhandled out-of-memory"); in allocateWithKey()
56 char *Buffer = reinterpret_cast<char *>(Allocation) + EntrySize; in allocateWithKey()
60 return Allocation; in allocateWithKey()
/openbsd-src/gnu/llvm/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()
649 Allocation &allocation = iter->second; in ReadMemory()
790 Allocation &allocation = iter->second; in GetMemoryData()
/openbsd-src/gnu/llvm/llvm/docs/
H A DMemTagSanitizer.rst46 * Every 16 aligned bytes of memory can be assigned a 4-bit Allocation Tag.
48 * Most memory access instructions generate an exception if Address Tag != Allocation Tag.
54 Stack-based memory errors are detected by updating Allocation Tag for
86 There is no need to change Allocation Tags for the bulk of the
H A DGwpAsan.rst83 Guarded Allocation Pool
H A DJITLink.rst558 ``JITLinkMemoryManager::Allocation`` object for this graph's memory
668 ``JITLinkMemoryManager::Allocation``:
672 virtual Expected<std::unique_ptr<Allocation>>
686 ``JITLinkMemoryManager::Allocation`` interface:
H A DCodeGenerator.rst133 4. `Register Allocation`_ --- The target code is transformed from an infinite
1255 .. _Register Allocation:
1258 Register Allocation
1261 The *Register Allocation problem* consists in mapping a program
2235 Dynamic Allocation
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h105 struct Allocation { struct
109 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp143 const char *Allocation() const { return Magenta(); } in Allocation() function in __hwasan::Decorator
333 Printf("%s", d.Allocation()); in ShowHeapOrGlobalCandidate()
475 Printf("%s", d.Allocation()); in PrintAddressDescription()
480 Printf("%s", d.Allocation()); in PrintAddressDescription()
639 Printf("%s", d.Allocation()); in ReportTailOverwritten()
645 Printf("%s", d.Allocation()); in ReportTailOverwritten()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp76 std::pair<void *, Allocation> AllocToDestroy; in finalize()
153 std::vector<std::pair<void *, Allocation>> AllocPairs; in deallocate()
211 Error SimpleExecutorMemoryManager::deallocateImpl(void *Base, Allocation &A) { in deallocateImpl()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp703 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
704 if (Allocation) { in collectMarkers()
711 << " with allocation: " << Allocation->getName() << "\n"); in collectMarkers()
785 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
786 if (Allocation) { in collectMarkers()
788 << " with allocation: " << Allocation->getName()); in collectMarkers()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
48 free(Allocation); in ~AllocaHolder()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp423 Printf("%sfreed by thread %s here:%s\n", d.Allocation(), in Print()
427 Printf("%spreviously allocated by thread %s here:%s\n", d.Allocation(), in Print()
430 Printf("%sallocated by thread %s here:%s\n", d.Allocation(), in Print()
H A Dasan_descriptions.h48 const char *Allocation() { return Magenta(); } in Allocation() function
/openbsd-src/gnu/lib/libiberty/src/
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
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1342 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
1383 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1403 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1420 Allocation.emplace_back(&Mips::FGR32RegClass, *NextFGR32++); in fastLowerArguments()
1439 Allocation.emplace_back(&Mips::AFGR64RegClass, *NextAFGR64++); in fastLowerArguments()
1458 unsigned SrcReg = Allocation[ArgNo].Reg; in fastLowerArguments()
1459 Register DstReg = FuncInfo.MF->addLiveIn(SrcReg, Allocation[ArgNo].RC); in fastLowerArguments()
1463 Register ResultReg = createResultReg(Allocation[ArgNo].RC); in fastLowerArguments()
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A DChangeLog.mkhybrid353 Allocation sizes improved to cut down on wasted space. Now uses
/openbsd-src/gnu/llvm/llvm/docs/Proposals/
H A DVectorizationPlan.rst237 .. [5] "Register Allocation via Hierarchical Graph Coloring", David Callahan and
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.def157 LANGOPT(CoroAlignedAllocation, 1, 0, "prefer Aligned Allocation according to P2014 Option 2")
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td409 // FIXME: Allocation order changed to s0, s2, ... or s0, s4, ... as a quick hack
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5004delta.pod1205 =item Allocation too large: %lx
1209 =item Allocation too large
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DChangeLog1084 - Fixed "Allocation too large" messages in freeze/thaw and added.

12