| Value | Meaning | 
|---|---|
| none0x00 | |
| deviceLocal0x01 | Memory resides on the device.  | 
| hostVisible0x02 | Memory is visible from cpu and therefore mappable.  | 
| hostCoherent0x04 | Memory seen from cpu is coherent with device memory.  | 
| hostCached0x08 | Memory is cached on host. read/write is very fast, but flush operation is necessary after writing.  | 
| lazilyAllocated0x10 | 
Properties of memory allocated by the device