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.h95 struct Allocation { struct
104 AllocationPolicy m_policy; argument
112 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start, argument
117 const Allocation &operator=(const Allocation &) = delete; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.h45 struct Allocation { struct
50 using AllocationsMap = DenseMap<void *, Allocation>; argument
H A DExecutorSharedMemoryMapperService.h45 struct Allocation { struct
48 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/ByteCode/
H A DDynamicAllocator.h42 struct Allocation { struct
44 Allocation(std::unique_ptr<std::byte[]> Memory) in Allocation() argument
/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/Interpreter/
H A DInterpreter.h47 for (void *Allocation : Allocations) in ~AllocaHolder() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h52 void *Allocation = Allocator.Allocate(AllocSize, EntryAlign); in allocateWithKey() local
/freebsd/contrib/libxo/doc/
H A Dapi.rst1161 .. _libxo-options:
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp672 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
757 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h46 const char *Allocation() { return Magenta(); } in Allocation() function
/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
/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.cpp1354 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local