Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingFile.c118 char *Allocated; in setFilenamePossiblyWithPid() local
141 Allocated = malloc(I + NumPids*(PidLength - 2) + 1); in setFilenamePossiblyWithPid()
142 if (!Allocated) in setFilenamePossiblyWithPid()
149 memcpy(Allocated + J, PidChars, PidLength); in setFilenamePossiblyWithPid()
154 Allocated[J++] = Filename[I]; in setFilenamePossiblyWithPid()
155 Allocated[J] = 0; in setFilenamePossiblyWithPid()
158 setFilename(Allocated, 1); in setFilenamePossiblyWithPid()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslallocate.c74 void *Allocated; in UtLocalCalloc() local
77 Allocated = ACPI_ALLOCATE_ZEROED (Size); in UtLocalCalloc()
78 if (!Allocated) in UtLocalCalloc()
91 return (Allocated); in UtLocalCalloc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dedit_distance.h62 std::unique_ptr<unsigned[]> Allocated; variable
66 Allocated.reset(Row);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp115 enum class Kind { MaybeAllocated, Allocated, Released, Escaped, Unowned } K; enumerator
123 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated()
137 return HandleState(Kind::Allocated, nullptr); in getAllocated()
163 CASE(Kind::Allocated) in dump()
H A DMallocChecker.cpp129 Allocated, enumerator
154 bool isAllocated() const { return K == Allocated; } in isAllocated()
167 return RefState(Allocated, s, family); in getAllocated()
192 CASE(Allocated) in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp603 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getImpl() argument
612 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank)); in getImpl()
615 Discriminator, DataLocation, Associated, Allocated, in getImpl()
628 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in buildODRType() argument
639 DataLocation, Associated, Allocated, Rank); in buildODRType()
651 Discriminator, DataLocation, Associated, Allocated, in buildODRType()
667 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getODRType() argument
678 Allocated, Rank); in getODRType()
H A DLLVMContextImpl.h570 Metadata *Allocated;
580 Metadata *Allocated, Metadata *Rank)
587 Associated(Associated), Allocated(Allocated), Rank(Rank) {}
599 Associated(N->getRawAssociated()), Allocated(N->getRawAllocated()),
617 Allocated == RHS->getRawAllocated() && Rank == RHS->getRawRank();
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Dip2k.sc36 /* Allocated memory end markers
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Dip2k.sc36 /* Allocated memory end markers
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1083 Metadata *Associated, Metadata *Allocated, Metadata *Rank,
1090 Associated, Allocated, Rank, Storage, ShouldCreate);
1099 Metadata *Associated, Metadata *Allocated, Metadata *Rank,
1122 Metadata *Allocated = nullptr, Metadata *Rank = nullptr),
1125 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank))
1134 Metadata *Associated = nullptr, Metadata *Allocated = nullptr,
1138 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank))
1156 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated,
1178 Metadata *Allocated, Metadata *Rank);
H A DDIBuilder.h513 PointerUnion<DIExpression *, DIVariable *> Allocated = nullptr,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1490 Metadata *Allocated = nullptr; in parseOneMetadata() local
1518 Allocated = getMDOrNull(Record[19]); in parseOneMetadata()
1530 Allocated, Rank); in parseOneMetadata()
1539 Allocated, Rank)); in parseOneMetadata()
/netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/
H A DREADME.md116 Allocated data structures
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod94 B<table>. Allocated hash table entries will not be freed; consider
/netbsd-src/external/gpl2/lvm2/dist/po/
H A Dlvm2.po1505 msgid "Allocated PE %u"
1613 msgid "Allocated to snapshot %.2f%% "
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst1477 Heap Allocated Arrays
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19984726 Allocated bad_alloc in namespace std if flag_honor_std.
/netbsd-src/external/mpl/dhcp/dist/
H A DRELNOTES2820 - Allocated interface IDs are better controlled ('u' bit set to zero,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201229798 * opth-gen.awk: Allocated a bit for Mask and InverseMask if it
H A DChangeLog-200520811 (struct ssa_operand_memory_d): New. Allocated Chunk node.
H A DChangeLog-20196897 -fcallgraph-info. Allocated callgraph_info_external_printed.