Home
last modified time | relevance | path

Searched refs:ReservationUnits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp59 : ReservationUnits(ReservationGranularity), AvailableMemory(AMAllocator), in MapperJITLinkMemoryManager()
140 auto TotalAllocation = alignTo(TotalSize, ReservationUnits); in allocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h55 size_t ReservationUnits; variable