Changes

Jump to navigation Jump to search
76 bytes added ,  16:48, 9 August 2019
IsBorrowed is also set to true when it's the source of a MapMemory.
Line 1,950: Line 1,950:  
== MemoryAttribute ==
 
== MemoryAttribute ==
 
{| class=wikitable
 
{| class=wikitable
! Bits || Description
+
! Bits || Name || Description
 
|-
 
|-
| 0 || IsBorrowed
+
| 0 || IsBorrowed || Used by MapMemory, as an async IPC user buffer,
 
|-
 
|-
| 1 || IsIpcLocked (when IpcRefCount > 0)
+
| 1 || IsIpcLocked || True when IpcRefCount > 0
 
|-
 
|-
| 2 || IsDeviceShared (when DeviceRefCount > 0)
+
| 2 || IsDeviceShared || True when DeviceRefCount > 0
 
|-
 
|-
| 3 || IsUncached
+
| 3 || IsUncached ||
 
|}
 
|}
  
151

edits

Navigation menu