Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp140 auto TotalAllocation = alignTo(TotalSize, ReservationUnits); in allocate() local
141 Mapper->reserve(TotalAllocation, std::move(CompleteAllocation)); in allocate()