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.cpp58 : ReservationUnits(ReservationGranularity), AvailableMemory(AMAllocator), in MapperJITLinkMemoryManager()
111 AvailableMemory.insert(NextSegAddr, Result->End - 1, true); in allocate()
129 for (AvailableMemoryMap::iterator It = AvailableMemory.begin(); in allocate()
130 It != AvailableMemory.end(); It++) { in allocate()
177 AvailableMemory.insert(Addr, Addr + Size - 1, true); in deallocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h62 IntervalMap<ExecutorAddr, bool> AvailableMemory; variable