mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
refactor: remove redundant definitions KB/MB/GB
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
878a95aaf9
commit
6849d33326
@@ -35,7 +35,7 @@ class SyncBufferHandler : NonCopyableOrMovableClass {
|
||||
Device &device;
|
||||
MemoryManager &memoryManager;
|
||||
GraphicsAllocation *graphicsAllocation;
|
||||
const size_t bufferSize = 64 * KB;
|
||||
const size_t bufferSize = 64 * MemoryConstants::kiloByte;
|
||||
size_t usedBufferSize = 0;
|
||||
std::mutex mutex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user