Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h87 Allocated(El.Allocated != 0), Kind(El.Kind), Type(El.Type), in SignatureElement()
95 bool Allocated; member
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp450 auto &Allocated = AllocatedSections[TDS->first]; in getInstance() local
451 if (!Allocated) { in getInstance()
452 Allocated = std::make_unique<char[]>(TDS->second); in getInstance()
453 memcpy(Allocated.get(), TDS->first, TDS->second); in getInstance()
458 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()
H A Dmacho_platform.cpp1311 auto &Allocated = AllocatedSections[TDS->first]; in getInstance() local
1312 if (!Allocated) { in getInstance()
1313 Allocated = std::make_unique<char[]>(TDS->second); in getInstance()
1314 memcpy(Allocated.get(), TDS->first, TDS->second); in getInstance()
1320 char *Instance = Allocated.get() + ThreadDataDelta; in getInstance()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1309 ++Allocated.Lines; in increment()
1313 ++Allocated.Scopes; in increment()
1317 ++Allocated.Symbols; in increment()
1321 ++Allocated.Types; in increment()
1615 PrintDataRow("Scopes", Allocated.Scopes, Counter.Scopes); in printSummary()
1616 PrintDataRow("Symbols", Allocated.Symbols, Counter.Symbols); in printSummary()
1617 PrintDataRow("Types", Allocated.Types, Counter.Types); in printSummary()
1618 PrintDataRow("Lines", Allocated.Lines, Counter.Lines); in printSummary()
1622 Allocated.Scopes + Allocated.Symbols + Allocated.Lines + Allocated.Types, in printSummary()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h96 Header.State = Chunk::State::Allocated; in allocate()
114 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in deallocate()
514 Header.State = Chunk::State::Allocated;
557 if (UNLIKELY(Header.State != Chunk::State::Allocated))
618 if (UNLIKELY(Header.State != Chunk::State::Allocated))
776 if (Header.State == Chunk::State::Allocated) { in iterateOverChunks()
850 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in getAllocSize()
875 Header.State == Chunk::State::Allocated; in isOwned()
1372 Header.State != Chunk::State::Allocated || Tag != FaultAddrTag) in getInlineErrorInfo()
H A Dchunk.h62 enum State : u8 { Available = 0, Allocated = 1, Quarantined = 2 }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp207 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
213 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
219 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
H A DDXContainerYAML.cpp220 IO.mapRequired("Allocated", El.Allocated); in mapping()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp116 enum class Kind { MaybeAllocated, Allocated, Released, Escaped, Unowned } K; enumerator
124 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated()
138 return HandleState(Kind::Allocated, nullptr); in getAllocated()
164 CASE(Kind::Allocated) in dump()
/freebsd-14.2/contrib/tcsh/nls/russian/
H A Dset1914 12 Allocated memory from 0x%lx to 0x%lx (%ld).\n
/freebsd-14.2/contrib/tcsh/nls/C/
H A Dset1914 12 Allocated memory from 0x%lx to 0x%lx (%ld).\n
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp51 FinalElement.Allocated = El.Allocated; in ProcessElementList()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h82 llvm::SpecificBumpPtrAllocator<LV##KIND> Allocated##KIND;
190 return new (Allocated##KIND.Allocate()) LV##KIND(); \
/freebsd-14.2/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 { in Allocated() function in __sanitizer::StackStore
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h33 bool Allocated; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp760 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getImpl() argument
770 Discriminator, DataLocation, Associated, Allocated, in getImpl()
774 Discriminator, DataLocation, Associated, Allocated, in getImpl()
788 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in buildODRType() argument
799 DataLocation, Associated, Allocated, Rank, Annotations); in buildODRType()
814 Discriminator, DataLocation, Associated, Allocated, in buildODRType()
830 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getODRType() argument
841 Allocated, Rank, Annotations); in getODRType()
H A DLLVMContextImpl.h642 Metadata *Allocated;
653 Metadata *Allocated, Metadata *Rank, Metadata *Annotations)
660 Associated(Associated), Allocated(Allocated), Rank(Rank),
673 Associated(N->getRawAssociated()), Allocated(N->getRawAllocated()),
691 Allocated == RHS->getRawAllocated() && Rank == RHS->getRawRank() &&
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h335 uint8_t Allocated : 1; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1126 Metadata *Associated, Metadata *Allocated, Metadata *Rank,
1134 Associated, Allocated, Rank, Annotations.get(), Storage, ShouldCreate);
1143 Metadata *Associated, Metadata *Allocated, Metadata *Rank,
1166 Metadata *Allocated = nullptr, Metadata *Rank = nullptr,
1170 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank,
1180 Metadata *Associated = nullptr, Metadata *Allocated = nullptr,
1184 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank,
1203 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated,
1225 Metadata *Allocated, Metadata *Rank, Metadata *Annotations);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp424 bool Allocated = SpillToPhysVGPRLane in allocateSGPRSpillToVGPRLane() local
428 if (!Allocated) { in allocateSGPRSpillToVGPRLane()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod124 I<table>. Allocated hash table entries will not be freed; consider
129 entries can be added to the flushed table. Allocated hash table entries
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1613 Metadata *Allocated = nullptr; in parseOneMetadata() local
1656 Allocated = getMDOrNull(Record[19]); in parseOneMetadata()
1671 Allocated, Rank, Annotations); in parseOneMetadata()
1680 Allocated, Rank, Annotations)); in parseOneMetadata()

12