Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c176 ACPI_DEBUG_MEM_BLOCK *Allocation);
254 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateAndTrack() local
267 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER)); in AcpiUtAllocateAndTrack()
268 if (!Allocation) in AcpiUtAllocateAndTrack()
279 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack()
282 AcpiOsFree (Allocation); in AcpiUtAllocateAndTrack()
297 return ((void *) &Allocation->UserSpace); in AcpiUtAllocateAndTrack()
323 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateZeroedAndTrack() local
336 Allocation = AcpiOsAllocateZeroed ( in AcpiUtAllocateZeroedAndTrack()
338 if (!Allocation) in AcpiUtAllocateZeroedAndTrack()
[all …]
H A Dutalloc.c179 void *Allocation; in AcpiOsAllocateZeroed() local
185 Allocation = AcpiOsAllocate (Size); in AcpiOsAllocateZeroed()
186 if (Allocation) in AcpiOsAllocateZeroed()
190 memset (Allocation, 0, Size); in AcpiOsAllocateZeroed()
193 return (Allocation); in AcpiOsAllocateZeroed()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h95 struct Allocation { struct
112 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start, argument
116 Allocation(const Allocation &) = delete;
117 const Allocation &operator=(const Allocation &) = delete; argument
120 static_assert(sizeof(Allocation) <=
126 typedef std::map<lldb::addr_t, Allocation> AllocationMap;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.h45 struct Allocation { struct
50 using AllocationsMap = DenseMap<void *, Allocation>; argument
52 Error deallocateImpl(void *Base, Allocation &A);
H A DExecutorSharedMemoryMapperService.h45 struct Allocation { struct
48 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h52 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
53 assert(Allocation && "Unhandled out-of-memory"); in allocateWithKey()
56 char *Buffer = reinterpret_cast<char *>(Allocation) + EntrySize; in allocateWithKey()
60 return Allocation; in allocateWithKey()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDynamicAllocator.h42 struct Allocation { struct
44 Allocation(std::unique_ptr<std::byte[]> Memory) in Allocation() argument
49 llvm::SmallVector<Allocation> Allocations;
H A DDynamicAllocator.cpp115 auto AllocIt = llvm::find_if(Site.Allocations, [&](const Allocation &A) { in deallocate()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp303 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation() function in IRMemoryMap::Allocation
473 Allocation &allocation = iter->second; in Leak()
488 Allocation &allocation = iter->second; in Free()
526 Allocation &al = iter->second; in GetAllocSize()
564 Allocation &allocation = iter->second; in WriteMemory()
676 Allocation &allocation = iter->second; in ReadMemory()
811 Allocation &allocation = iter->second; in GetMemoryData()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h106 struct Allocation { struct
110 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp76 std::pair<void *, Allocation> AllocToDestroy; in finalize()
153 std::vector<std::pair<void *, Allocation>> AllocPairs; in deallocate()
211 Error SimpleExecutorMemoryManager::deallocateImpl(void *Base, Allocation &A) { in deallocateImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp672 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
673 if (Allocation) { in collectMarkers()
680 << " with allocation: " << Allocation->getName() << "\n"); in collectMarkers()
757 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
758 if (Allocation) { in collectMarkers()
760 << " with allocation: " << Allocation->getName()); in collectMarkers()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
48 free(Allocation); in ~AllocaHolder()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp158 const char *Allocation() const { return Magenta(); } in Allocation() function in __hwasan::__anon865875d10111::Decorator
743 Printf("%s", d.Allocation()); in PrintHeapOrGlobalCandidate()
848 Printf("%s", d.Allocation()); in PrintAddressDescription()
853 Printf("%s", d.Allocation()); in PrintAddressDescription()
975 Printf("%s", d.Allocation()); in ~TailOverwrittenReport()
980 Printf("%s", d.Allocation()); in ~TailOverwrittenReport()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp425 Printf("%sfreed by thread %s here:%s\n", d.Allocation(), in Print()
429 Printf("%spreviously allocated by thread %s here:%s\n", d.Allocation(), in Print()
432 Printf("%sallocated by thread %s here:%s\n", d.Allocation(), in Print()
H A Dasan_descriptions.h46 const char *Allocation() { return Magenta(); } in Allocation() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1354 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
1395 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1415 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments()
1432 Allocation.emplace_back(&Mips::FGR32RegClass, *NextFGR32++); in fastLowerArguments()
1451 Allocation.emplace_back(&Mips::AFGR64RegClass, *NextAFGR64++); in fastLowerArguments()
1470 unsigned SrcReg = Allocation[ArgNo].Reg; in fastLowerArguments()
1471 Register DstReg = FuncInfo.MF->addLiveIn(SrcReg, Allocation[ArgNo].RC); in fastLowerArguments()
1475 Register ResultReg = createResultReg(Allocation[ArgNo].RC); in fastLowerArguments()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok314 N. R. Nielsen Allocation of Computer Resources. is
640 D. E. Ferguson Buffer Allocation in Merge-Sorting . . . 476--478
679 Dynamic Storage Allocation of $2^n$-word
1554 Daniel S. Hirschberg A Class of Dynamic Memory Allocation
1697 Howard Lee Morgan Optimal Space Allocation on Disk Storage
1781 by Dynamic Disk Allocation . . . . . . . 278--288
1918 Storage Allocation . . . . . . . . . . . 558--568 (or 558--562??)
1961 R. A. Freiburghouse Register Allocation via Usage Counts . . 638--642
2103 for Dynamic Storage Allocation'' . . . . 202--202
2162 Allocation in Storage Hierarchies . . . 318--322
[all …]
H A Dfunstack.in2215 title = "Allocation of Computer Resources. is Pricing the Answer",
4572 title = "Buffer Allocation in Merge-Sorting",
4887 …title = "An Efficient Bit Table Technique for Dynamic Storage Allocation of $2^n$-word Bloc…
8568 …keywords = "computer operating systems --- Storage Allocation; computer programming languages;…
9960 …keywords = "analysis; analytic; computer operating systems --- Storage Allocation; data access…
11663 title = "A Class of Dynamic Memory Allocation Algorithms",
12697 title = "Optimal Space Allocation on Disk Storage Devices",
13368 title = "A Model for Masking Rotational Latency by Dynamic Disk Allocation",
14418 title = "A Weighted Buddy Method for Dynamic Storage Allocation",
14742 title = "Register Allocation via Usage Counts",
[all …]
/freebsd/crypto/openssl/doc/designs/
H A Devp_skey.md93 Allocation and freeing
/freebsd/contrib/openbsm/etc/
H A Daudit_event7 # Allocation of BSM event identifier ranges:
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def116 LANGOPT(CoroAlignedAllocation, 1, 0, NotCompatible, "prefer Aligned Allocation according to P2014 O…
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog636 * canthandle.asn1: "Allocation is done on CONTEXT tags" works just
774 * canthandle.asn1: Allocation is done on CONTEXT tags.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td428 // FIXME: Allocation order changed to s0, s2, ... or s0, s4, ... as a quick hack
/freebsd/contrib/libxo/doc/
H A Dapi.rst1138 Memory Allocation
1147 :param xo_realloc_func_t realloc_func: Allocation function

12