| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 89 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 D | SimpleExecutorMemoryManager.h | 44 struct Allocation { struct 49 using AllocationsMap = DenseMap<void *, Allocation>; argument 51 Error deallocateImpl(void *Base, Allocation &A);
|
| H A D | ExecutorSharedMemoryMapperService.h | 43 struct Allocation { struct 46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | StringMapEntry.h | 52 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 D | IRMemoryMap.cpp | 270 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 D | MemTagSanitizer.rst | 46 * 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 D | GwpAsan.rst | 83 Guarded Allocation Pool
|
| H A D | JITLink.rst | 558 ``JITLinkMemoryManager::Allocation`` object for this graph's memory 668 ``JITLinkMemoryManager::Allocation``: 672 virtual Expected<std::unique_ptr<Allocation>> 686 ``JITLinkMemoryManager::Allocation`` interface:
|
| H A D | CodeGenerator.rst | 133 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 D | MemoryMapper.h | 105 struct Allocation { struct 109 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 143 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 D | SimpleExecutorMemoryManager.cpp | 76 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 D | StackColoring.cpp | 703 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 D | Interpreter.h | 47 for (void *Allocation : Allocations) in ~AllocaHolder() local 48 free(Allocation); in ~AllocaHolder()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_descriptions.cpp | 423 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 D | asan_descriptions.h | 48 const char *Allocation() { return Magenta(); } in Allocation() function
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | obstacks.texi | 21 * 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 D | libiberty.texi | 199 * 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 D | MipsFastISel.cpp | 1342 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 D | ChangeLog.mkhybrid | 353 Allocation sizes improved to cut down on wasted space. Now uses
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | VectorizationPlan.rst | 237 .. [5] "Register Allocation via Hierarchical Graph Coloring", David Callahan and
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 157 LANGOPT(CoroAlignedAllocation, 1, 0, "prefer Aligned Allocation according to P2014 Option 2")
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterInfo.td | 409 // FIXME: Allocation order changed to s0, s2, ... or s0, s4, ... as a quick hack
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5004delta.pod | 1205 =item Allocation too large: %lx 1209 =item Allocation too large
|
| /openbsd-src/gnu/usr.bin/perl/dist/Storable/ |
| H A D | ChangeLog | 1084 - Fixed "Allocation too large" messages in freeze/thaw and added.
|