mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
[22/n] Internal 4GB allocator.
- Finalize Instruction Heap removal. Change-Id: Idd7df94a228238a5157c3251180fc3c8d3a189df
This commit is contained in:
@@ -333,7 +333,6 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
Context *getContextPtr() { return context; }
|
||||
|
||||
LinearStream &getCS(size_t minRequiredSize = 1024u);
|
||||
size_t getInstructionHeapReservedBlockSize() const;
|
||||
IndirectHeap &getIndirectHeap(IndirectHeap::Type heapType,
|
||||
size_t minRequiredSize = 0u);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user