Searched refs:reserveAllocationSpace (Results 1 – 4 of 4) sorted by relevance
57 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() function59 return ClientMM->reserveAllocationSpace(CodeSize, DataSizeRO, in reserveAllocationSpace()
125 virtual void reserveAllocationSpace(uintptr_t CodeSize, in reserveAllocationSpace() function
91 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() function in __anondb1e80810111::TestReserveAllocationSpaceMemoryManager
151 MemMgr.reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl()