/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | uttrack.c | 176 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 D | utalloc.c | 179 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 D | IRMemoryMap.h | 89 struct Allocation { struct 106 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start, argument 110 Allocation(const Allocation &) = delete; 111 const Allocation &operator=(const Allocation &) = delete; argument 114 static_assert(sizeof(Allocation) <= 120 typedef std::map<lldb::addr_t, Allocation> AllocationMap;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorMemoryManager.h | 44 struct Allocation { struct 49 using AllocationsMap = DenseMap<void *, Allocation>; argument 51 Error deallocateImpl(void *Base, Allocation &A);
|
H A D | ExecutorSharedMemoryMapperService.h | 43 struct Allocation { struct 46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 52 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/Interp/ |
H A D | DynamicAllocator.h | 34 struct Allocation { struct 36 Allocation(std::unique_ptr<std::byte[]> Memory) in Allocation() function 41 llvm::SmallVector<Allocation> Allocations;
|
H A D | DynamicAllocator.cpp | 101 auto AllocIt = llvm::find_if(Site.Allocations, [&](const Allocation &A) { in deallocate()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 295 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation() function in IRMemoryMap::Allocation 466 Allocation &allocation = iter->second; in Leak() 482 Allocation &allocation = iter->second; in Free() 520 Allocation &al = iter->second; in GetAllocSize() 558 Allocation &allocation = iter->second; in WriteMemory() 674 Allocation &allocation = iter->second; in ReadMemory() 815 Allocation &allocation = iter->second; in GetMemoryData()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MemoryMapper.h | 105 struct Allocation { struct 109 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorMemoryManager.cpp | 76 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 D | StackColoring.cpp | 667 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local 668 if (Allocation) { in collectMarkers() 675 << " with allocation: " << Allocation->getName() << "\n"); in collectMarkers() 752 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local 753 if (Allocation) { in collectMarkers() 755 << " with allocation: " << Allocation->getName()); in collectMarkers()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 47 for (void *Allocation : Allocations) in ~AllocaHolder() local 48 free(Allocation); in ~AllocaHolder()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 158 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 D | asan_descriptions.cpp | 423 Printf("%sfreed by thread %s here:%s\n", d.Allocation(), in Print() 427 Printf("%spreviously allocated by thread %s here:%s\n", d.Allocation(), in Print() 430 Printf("%sallocated by thread %s here:%s\n", d.Allocation(), in Print()
|
H A D | asan_descriptions.h | 48 const char *Allocation() { return Magenta(); } in Allocation() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1342 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local 1383 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments() 1403 Allocation.emplace_back(&Mips::GPR32RegClass, *NextGPR32++); in fastLowerArguments() 1420 Allocation.emplace_back(&Mips::FGR32RegClass, *NextFGR32++); in fastLowerArguments() 1439 Allocation.emplace_back(&Mips::AFGR64RegClass, *NextAFGR64++); in fastLowerArguments() 1458 unsigned SrcReg = Allocation[ArgNo].Reg; in fastLowerArguments() 1459 Register DstReg = FuncInfo.MF->addLiveIn(SrcReg, Allocation[ArgNo].RC); in fastLowerArguments() 1463 Register ResultReg = createResultReg(Allocation[ArgNo].RC); in fastLowerArguments()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 314 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 D | funstack.in | 2215 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/contrib/openbsm/etc/ |
H A D | audit_event | 7 # Allocation of BSM event identifier ranges:
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 160 LANGOPT(CoroAlignedAllocation, 1, 0, "prefer Aligned Allocation according to P2014 Option 2")
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterInfo.td | 419 // FIXME: Allocation order changed to s0, s2, ... or s0, s4, ... as a quick hack
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | ChangeLog | 636 * canthandle.asn1: "Allocation is done on CONTEXT tags" works just 774 * canthandle.asn1: Allocation is done on CONTEXT tags.
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1138 Memory Allocation 1147 :param xo_realloc_func_t realloc_func: Allocation function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedNeoverseN2.td | 769 // Store Allocation Tag to one or two granules, zeroing, pre-index
|