Current attributes for vm regions.

typedef struct _vm_region_info {
  UMA_UINT32     START_ADDRESS;   /*  Address of the region. */
  UMA_UINT32     SIZE_OF_REGION;  /*  Size of the region. */
  UMA_UINT32     PROTECTION;      /*  Current protection for the region. */
  UMA_UINT32     MAX_PROTECTION;  /*  Maximum protection allowed for the region. */
  UMA_UINT32     INHERITANCE;     /*  Inheritance attribute for the region. */
  UMA_UINT32     SHARED;          /*  If TRUE, the region is shared by another task. */
  UMA_UINT32     OBJECT_NAME;     /*  Name of the object. */
  UMA_UINT32     OFFSET;          /*  Region's offset into the memory object. */
} vm_region_info;

typedef   vm _ region _ info   * vm _ region _ info ;


[Back: Memory VM Region Information (254.1.6.3)]
[Next: vm_region_info Field - START_ADDRESS]