Home
last modified time | relevance | path

Searched refs:Allocated (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslallocate.c182 void *Allocated; in UtLocalCalloc() local
185 Allocated = ACPI_ALLOCATE_ZEROED (Size); in UtLocalCalloc()
186 if (!Allocated) in UtLocalCalloc()
199 return (Allocated); in UtLocalCalloc()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp96 uint64_t Allocated = Batch.Methods.size(); in modifyPassConfig() local
98 NextMethodID += Allocated; in modifyPassConfig()
102 this->PendingMethodIDs[MR] = {Start, Allocated}; in modifyPassConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp362 ArrayRef<MCPhysReg> Allocated = State.AllocateRegBlock(Regs, NumRegs); in CC_X86_64_I128() local
363 if (!Allocated.empty()) { in CC_X86_64_I128()
364 PendingMembers[0].convertToReg(Allocated[0]); in CC_X86_64_I128()
365 PendingMembers[1].convertToReg(Allocated[1]); in CC_X86_64_I128()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1320 ++Allocated.Lines; in increment()
1324 ++Allocated.Scopes; in increment()
1328 ++Allocated.Symbols; in increment()
1332 ++Allocated.Types; in increment()
1626 PrintDataRow("Scopes", Allocated.Scopes, Counter.Scopes); in printSummary()
1627 PrintDataRow("Symbols", Allocated.Symbols, Counter.Symbols); in printSummary()
1628 PrintDataRow("Types", Allocated.Types, Counter.Types); in printSummary()
1629 PrintDataRow("Lines", Allocated.Lines, Counter.Lines); in printSummary()
1633 Allocated.Scopes + Allocated.Symbols + Allocated.Lines + Allocated.Types, in printSummary()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h103 Header.State = Chunk::State::Allocated; in allocate()
122 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in deallocate()
468 if (UNLIKELY(Header.State != Chunk::State::Allocated))
529 if (UNLIKELY(Header.State != Chunk::State::Allocated))
703 if (Header.State == Chunk::State::Allocated) { in iterateOverChunks()
777 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in getAllocSize()
805 Header.State == Chunk::State::Allocated; in isOwned()
1108 Header.State = Chunk::State::Allocated; in initChunk()
1240 Header.State = Chunk::State::Allocated; in initChunkWithMemoryTagging()
1542 Header.State != Chunk::State::Allocated || Tag != FaultAddrTag) in getInlineErrorInfo()
H A Dchunk.h62 enum State : u8 { Available = 0, Allocated = 1, Quarantined = 2 }; enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp636 auto &Allocated = AllocatedSections[TDS->first]; in getInstance() local
637 if (!Allocated) { in getInstance()
638 Allocated = std::make_unique<char[]>(TDS->second); in getInstance()
639 memcpy(Allocated.get(), TDS->first, TDS->second); in getInstance()
644 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()
H A Dmacho_platform.cpp1321 auto &Allocated = AllocatedSections[TDS->first]; in getInstance() local
1322 if (!Allocated) { in getInstance()
1323 Allocated = std::make_unique<char[]>(TDS->second); in getInstance()
1324 memcpy(Allocated.get(), TDS->first, TDS->second); in getInstance()
1330 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h223 Allocated(El.Allocated != 0), Kind(El.Kind), Type(El.Type), in SignatureElement()
231 bool Allocated; member
/freebsd/contrib/tcsh/nls/russian/
H A Dset1914 12 Allocated memory from 0x%lx to 0x%lx (%ld).\n
/freebsd/contrib/tcsh/nls/C/
H A Dset1914 12 Allocated memory from 0x%lx to 0x%lx (%ld).\n
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp51 FinalElement.Allocated = El.Allocated; in ProcessElementList()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h41 uptr Allocated() const;
H A Dsanitizer_stackdepot.cpp74 return stackStore.Allocated() + useCounts.MemoryUsage(); in allocated()
H A Dsanitizer_stack_store.cpp70 uptr StackStore::Allocated() const {
67 uptr StackStore::Allocated() const { Allocated() function in __sanitizer::StackStore
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h35 bool Allocated; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h83 llvm::SpecificBumpPtrAllocator<LV##KIND> Allocated##KIND;
216 return new (Allocated##KIND.Allocate()) LV##KIND(); \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp209 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
215 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
221 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1597 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated,
1609 DataLocation, Associated, Allocated, Rank, Annotations.get(),
1621 Metadata *Allocated, Metadata *Rank, Metadata *Annotations,
1632 Associated, Allocated, Rank, Annotations, Specification,
1643 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated,
1651 Associated, Allocated, Rank, Annotations.get(), Specification,
1662 Metadata *Allocated, Metadata *Rank, Metadata *Annotations,
1689 Metadata *Allocated = nullptr, Metadata *Rank = nullptr,
1695 Discriminator, DataLocation, Associated, Allocated, Rank, Annotations,
1706 Metadata *Associated = nullptr, Metadata *Allocated = nullptr,
[all …]
H A DDIBuilder.h691 PointerUnion<DIExpression *, DIVariable *> Allocated = nullptr,
721 PointerUnion<DIExpression *, DIVariable *> Allocated = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h801 Metadata *Allocated;
815 Metadata *Allocated, Metadata *Rank, Metadata *Annotations,
824 Associated(Associated), Allocated(Allocated), Rank(Rank),
838 Associated(N->getRawAssociated()), Allocated(N->getRawAllocated()),
859 Allocated == RHS->getRawAllocated() && Rank == RHS->getRawRank() &&
H A DDebugInfoMetadata.cpp1035 Metadata *Allocated, Metadata *Rank, Metadata *Annotations, in getImpl() argument
1045 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank, in getImpl()
1050 Associated, Allocated, Rank, Annotations, in getImpl()
1065 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in buildODRType() argument
1076 Discriminator, DataLocation, Associated, Allocated, Rank, in buildODRType()
1092 Associated, Allocated, Rank, Annotations, in buildODRType()
1109 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getODRType() argument
1120 Associated, Allocated, Rank, Annotations, Specification, in getODRType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp462 bool Allocated = SpillToPhysVGPRLane in allocateSGPRSpillToVGPRLane() local
466 if (!Allocated) { in allocateSGPRSpillToVGPRLane()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod145 I<table>. Allocated hash table entries will not be freed; consider
150 entries can be added to the flushed table. Allocated hash table entries
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1712 Metadata *Allocated = nullptr; in parseOneMetadata() local
1759 Allocated = getMDOrNull(Record[19]); in parseOneMetadata()
1786 Allocated, Rank, Annotations, BitStride); in parseOneMetadata()
1795 DataLocation, Associated, Allocated, Rank, Annotations, in parseOneMetadata()

12