Home
last modified time | relevance | path

Searched refs:AvailableMemory (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()
112 AvailableMemory.insert(NextSegAddr, Result->End - 1, true); in allocate()
130 for (AvailableMemoryMap::iterator It = AvailableMemory.begin(); in allocate()
131 It != AvailableMemory.end(); It++) { in allocate()
178 AvailableMemory.insert(Addr, Addr + Size - 1, true); in deallocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h60 IntervalMap<ExecutorAddr, bool> AvailableMemory; variable