Home
last modified time | relevance | path

Searched refs:Allocation (Results 1 – 25 of 112) sorted by relevance

12345

/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Duttrack.c160 if (!Allocation) in AcpiUtAllocateAndTrack()
230 if (!Allocation) in AcpiUtAllocateZeroedAndTrack()
291 if (NULL == Allocation) in AcpiUtFreeAndTrack()
441 Allocation)); in AcpiUtTrackAllocation()
450 Allocation->Line = Line; in AcpiUtTrackAllocation()
461 Allocation; in AcpiUtTrackAllocation()
546 (Allocation->Previous)->Next = Allocation->Next; in AcpiUtRemoveAllocation()
553 if (Allocation->Next) in AcpiUtRemoveAllocation()
555 (Allocation->Next)->Previous = Allocation->Previous; in AcpiUtRemoveAllocation()
559 &Allocation->UserSpace, Allocation->Size)); in AcpiUtRemoveAllocation()
[all …]
H A Dutalloc.c71 void *Allocation; in AcpiOsAllocateZeroed() local
77 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed()
78 if (Allocation) in AcpiOsAllocateZeroed()
82 memset (Allocation, 0, Size); in AcpiOsAllocateZeroed()
85 return (Allocation); in AcpiOsAllocateZeroed()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h63 class Allocation {
67 virtual ~Allocation();
107 virtual Expected<std::unique_ptr<Allocation>>
114 Expected<std::unique_ptr<Allocation>>
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp17 JITLinkMemoryManager::Allocation::~Allocation() = default;
19 Expected<std::unique_ptr<JITLinkMemoryManager::Allocation>>
26 class IPMMAlloc : public Allocation { in allocate()
131 return std::unique_ptr<InProcessMemoryManager::Allocation>( in allocate()
H A DJITLinkGeneric.h112 JITLinkMemoryManager::Allocation &Alloc);
118 std::unique_ptr<JITLinkMemoryManager::Allocation> Alloc;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringMapEntry.h50 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
51 assert(Allocation && "Unhandled out-of-memory"); in allocateWithKey()
54 char *Buffer = reinterpret_cast<char *>(Allocation) + EntrySize; in allocateWithKey()
58 return Allocation; in allocateWithKey()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.h129 using Allocation = jitlink::JITLinkMemoryManager::Allocation;
152 std::unique_ptr<jitlink::JITLinkMemoryManager::Allocation> ResolverBlock;
157 std::vector<std::unique_ptr<Allocation>> IndirectStubAllocs;
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp144 using Allocation = JITLinkMemoryManager::Allocation; typedef in llvm::orc::DebugObject
146 virtual Expected<std::unique_ptr<Allocation>>
153 std::unique_ptr<Allocation> Alloc{nullptr};
193 Expected<std::unique_ptr<Allocation>>
317 Expected<std::unique_ptr<DebugObject::Allocation>>
343 std::unique_ptr<Allocation> Alloc = std::move(*AllocOrErr); in finalizeWorkingMemory()
H A DTPCIndirectionUtils.cpp46 using Allocation = jitlink::JITLinkMemoryManager::Allocation; typedef in __anonecf74f6d0111::TPCTrampolinePool
51 std::vector<std::unique_ptr<Allocation>> TrampolineBlocks;
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DMemTagSanitizer.rst46 * 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
/netbsd/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_report.cpp134 const char *Allocation() const { return Magenta(); } in Allocation() function in __hwasan::Decorator
324 Printf("%s", d.Allocation()); in ShowHeapOrGlobalCandidate()
466 Printf("%s", d.Allocation()); in PrintAddressDescription()
471 Printf("%s", d.Allocation()); in PrintAddressDescription()
629 Printf("%s", d.Allocation()); in ReportTailOverwritten()
635 Printf("%s", d.Allocation()); in ReportTailOverwritten()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp703 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
48 free(Allocation); in ~AllocaHolder()
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_descriptions.cc422 Printf("%sfreed by thread %s here:%s\n", d.Allocation(), in Print()
426 Printf("%spreviously allocated by thread %s here:%s\n", d.Allocation(), in Print()
429 Printf("%sallocated by thread %s here:%s\n", d.Allocation(), in Print()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_descriptions.cc424 Printf("%sfreed by thread %s here:%s\n", d.Allocation(), in Print()
428 Printf("%spreviously allocated by thread %s here:%s\n", d.Allocation(), in Print()
431 Printf("%sallocated by thread %s here:%s\n", d.Allocation(), in Print()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_descriptions.cc422 Printf("%sfreed by thread %s here:%s\n", d.Allocation(), in Print()
426 Printf("%spreviously allocated by thread %s here:%s\n", d.Allocation(), in Print()
429 Printf("%sallocated by thread %s here:%s\n", d.Allocation(), in Print()
/netbsd/external/gpl3/gcc/dist/gcc/config/vax/
H A Dvax.opt47 Enable Local Register Allocation.
/netbsd/external/bsd/flex/dist/po/
H A Den@quot.po42 msgid "Allocation of buffer to print string failed"
43 msgstr "Allocation of buffer to print string failed"
46 msgid "Allocation of buffer for line directive failed"
47 msgstr "Allocation of buffer for line directive failed"
50 msgid "Allocation of buffer for m4 def failed"
51 msgstr "Allocation of buffer for m4 def failed"
54 msgid "Allocation of buffer for m4 undef failed"
55 msgstr "Allocation of buffer for m4 undef failed"
H A Den@boldquot.po45 msgid "Allocation of buffer to print string failed"
46 msgstr "Allocation of buffer to print string failed"
49 msgid "Allocation of buffer for line directive failed"
50 msgstr "Allocation of buffer for line directive failed"
53 msgid "Allocation of buffer for m4 def failed"
54 msgstr "Allocation of buffer for m4 def failed"
57 msgid "Allocation of buffer for m4 undef failed"
58 msgstr "Allocation of buffer for m4 undef failed"
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1348 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
1389 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1409 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1426 Allocation.emplace_back(&Mips::FGR32RegClass, *NextFGR32++); in fastLowerArguments()
1445 Allocation.emplace_back(&Mips::AFGR64RegClass, *NextAFGR64++); in fastLowerArguments()
1464 unsigned SrcReg = Allocation[ArgNo].Reg; in fastLowerArguments()
1465 unsigned DstReg = FuncInfo.MF->addLiveIn(SrcReg, Allocation[ArgNo].RC); in fastLowerArguments()
1469 unsigned ResultReg = createResultReg(Allocation[ArgNo].RC); in fastLowerArguments()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dlibiberty.texi189 * Memory Allocation:: Testing and handling failed memory
196 @node Memory Allocation
197 @subsection Memory Allocation
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dlibiberty.texi189 * Memory Allocation:: Testing and handling failed memory
196 @node Memory Allocation
197 @subsection Memory Allocation
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dlibiberty.texi189 * Memory Allocation:: Testing and handling failed memory
196 @node Memory Allocation
197 @subsection Memory Allocation
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dlibiberty.texi189 * Memory Allocation:: Testing and handling failed memory
196 @node Memory Allocation
197 @subsection Memory Allocation
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dlibiberty.texi189 * Memory Allocation:: Testing and handling failed memory
196 @node Memory Allocation
197 @subsection Memory Allocation

12345