mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: correct naming of enum class constants 8/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
269009c299
commit
dd1b9d6abc
@@ -167,9 +167,9 @@ class SVMAllocsManager {
|
||||
};
|
||||
|
||||
enum class FreePolicyType : uint32_t {
|
||||
POLICY_NONE = 0,
|
||||
POLICY_BLOCKING = 1,
|
||||
POLICY_DEFER = 2
|
||||
none = 0,
|
||||
blocking = 1,
|
||||
defer = 2
|
||||
};
|
||||
|
||||
SVMAllocsManager(MemoryManager *memoryManager, bool multiOsContextSupport);
|
||||
|
||||
Reference in New Issue
Block a user