Home
last modified time | relevance | path

Searched defs:Allocation (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h89 struct Allocation { struct
98 AllocationPolicy m_policy; argument
106 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start, argument
111 const Allocation &operator=(const Allocation &) = delete; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.h44 struct Allocation { struct
49 using AllocationsMap = DenseMap<void *, Allocation>; argument
H A DExecutorSharedMemoryMapperService.h43 struct Allocation { struct
46 using AllocationMap = DenseMap<ExecutorAddr, Allocation>; argument
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c254 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateAndTrack() local
323 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateZeroedAndTrack() local
387 void *Allocation, in AcpiUtFreeAndTrack()
455 ACPI_DEBUG_MEM_BLOCK *Allocation) in AcpiUtFindAllocation()
513 ACPI_DEBUG_MEM_BLOCK *Allocation, in AcpiUtTrackAllocation()
616 ACPI_DEBUG_MEM_BLOCK *Allocation, in AcpiUtRemoveAllocation()
H A Dutalloc.c179 void *Allocation; in AcpiOsAllocateZeroed() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDynamicAllocator.h34 struct Allocation { struct
36 Allocation(std::unique_ptr<std::byte[]> Memory) in Allocation() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h105 struct Allocation { struct
109 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
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
/freebsd/contrib/libxo/doc/
H A Dapi.rst1161 .. _libxo-options:
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp667 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
752 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h48 const char *Allocation() { return Magenta(); } in Allocation() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp295 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation() function in IRMemoryMap::Allocation
/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
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1342 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local