Home
last modified time | relevance | path

Searched refs:Allocated (Results 1 – 25 of 28) 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.cpp95 uint64_t Allocated = Batch.Methods.size(); in modifyPassConfig() local
97 NextMethodID += Allocated; in modifyPassConfig()
101 this->PendingMethodIDs[MR] = {Start, Allocated}; in modifyPassConfig()
/freebsd/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 __orc_rt_macho_run_program()
1312 if (!Allocated) { in __orc_rt_macho_run_program()
1313 Allocated = std::make_unique<char[]>(TDS->second); in __orc_rt_macho_run_program()
1314 memcpy(Allocated.get(), TDS->first, TDS->second); in __orc_rt_macho_run_program()
1320 char *Instance = Allocated.get() + ThreadDataDelta;
1110 auto &Allocated = AllocatedSections[TDS->first]; getInstance() local
/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1309 ++Allocated.Lines; in incrementPrintedSymbols()
1313 ++Allocated.Scopes;
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 in printSummary()
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h102 Header.State = Chunk::State::Allocated; in allocate()
121 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in deallocate()
460 if (UNLIKELY(Header.State != Chunk::State::Allocated))
521 if (UNLIKELY(Header.State != Chunk::State::Allocated))
695 if (Header.State == Chunk::State::Allocated) { in iterateOverChunks()
769 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in getAllocSize()
794 Header.State == Chunk::State::Allocated; in isOwned()
1097 Header.State = Chunk::State::Allocated; in initChunk()
1229 Header.State = Chunk::State::Allocated; in initChunkWithMemoryTagging()
1523 Header.State != Chunk::State::Allocated || Tag != FaultAddrTag) in getInlineErrorInfo()
H A Dchunk.h62 enum State : u8 { Available = 0, Allocated = 1, Quarantined = 2 }; enumerator
69 // Origin if State == Allocated, or WasZeroed otherwise.
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp208 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
214 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
220 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
H A DDXContainerYAML.cpp231 IO.mapRequired("Allocated", El.Allocated); in mapping()
/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/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h82 llvm::SpecificBumpPtrAllocator<LV##KIND> Allocated##KIND;
190 return new (Allocated##KIND.Allocate()) LV##KIND(); \
/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/lib/IR/
H A DDebugInfoMetadata.cpp770 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getImpl() argument
780 Discriminator, DataLocation, Associated, Allocated, in getImpl()
784 Discriminator, DataLocation, Associated, Allocated, in getImpl()
798 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in buildODRType() argument
809 DataLocation, Associated, Allocated, Rank, Annotations); in buildODRType()
824 Discriminator, DataLocation, Associated, Allocated, in buildODRType()
840 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getODRType() argument
851 Allocated, Rank, Annotations); in getODRType()
H A DLLVMContextImpl.h649 Metadata *Allocated;
660 Metadata *Allocated, Metadata *Rank, Metadata *Annotations)
667 Associated(Associated), Allocated(Allocated), Rank(Rank),
680 Associated(N->getRawAssociated()), Allocated(N->getRawAllocated()),
698 Allocated == RHS->getRawAllocated() && Rank == RHS->getRawRank() &&
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1184 Metadata *Associated, Metadata *Allocated, Metadata *Rank,
1192 Associated, Allocated, Rank, Annotations.get(), Storage, ShouldCreate);
1201 Metadata *Associated, Metadata *Allocated, Metadata *Rank,
1224 Metadata *Allocated = nullptr, Metadata *Rank = nullptr,
1228 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank,
1238 Metadata *Associated = nullptr, Metadata *Allocated = nullptr,
1242 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank,
1261 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated,
1283 Metadata *Allocated, Metadata *Rank, Metadata *Annotations);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp430 bool Allocated = SpillToPhysVGPRLane in allocateSGPRSpillToVGPRLane() local
434 if (!Allocated) { in allocateSGPRSpillToVGPRLane()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h339 uint8_t Allocated : 1; member
/freebsd/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/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1630 Metadata *Allocated = nullptr; in parseOneMetadata() local
1673 Allocated = getMDOrNull(Record[19]); in parseOneMetadata()
1688 Allocated, Rank, Annotations); in parseOneMetadata()
1697 Allocated, Rank, Annotations)); in parseOneMetadata()

12