Introduce MemoryManager::getExternalHeapBaseAddress()

Related-To: NEO-2877

Change-Id: I4307224c3be9609f7fc60d7fcb4f91ccdc8a9883
Signed-off-by: Venevtsev, Igor <igor.venevtsev@intel.com>
This commit is contained in:
Venevtsev, Igor
2019-04-16 11:47:47 +02:00
committed by sys_ocldev
parent 8e273cfe1e
commit 2ca97d3881
13 changed files with 35 additions and 18 deletions

View File

@@ -108,6 +108,8 @@ class MemoryManager {
virtual uint64_t getInternalHeapBaseAddress() = 0;
virtual uint64_t getExternalHeapBaseAddress() = 0;
bool peek64kbPagesEnabled() const { return enable64kbpages; }
bool peekForce32BitAllocations() const { return force32bitAllocations; }
void setForce32BitAllocations(bool newValue);