Zero memory on alloc.
This commit is contained in:
@@ -43,6 +43,7 @@ uint32_t xe_memory_search_aligned(xe_memory_ref memory, size_t start,
|
||||
enum {
|
||||
XE_MEMORY_FLAG_64KB_PAGES = (1 << 1),
|
||||
XE_MEMORY_FLAG_PHYSICAL = (1 << 2),
|
||||
XE_MEMORY_FLAG_ZERO = (1 << 3),
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user