Changeset 5186 for trunk/src/win32k
- Timestamp:
 - Feb 19, 2001, 6:58:18 AM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/win32k/test/DosAllocMemEx.c (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/win32k/test/DosAllocMemEx.c
r5176 r5186 1 /* $Id: DosAllocMemEx.c,v 1. 1 2001-02-19 05:41:32bird Exp $1 /* $Id: DosAllocMemEx.c,v 1.2 2001-02-19 05:58:18 bird Exp $ 2 2 * 3 3 * Testcases for DosAllocMemEx. … … 48 48 { 0, 0x00001000, 0x00000000, PAG_READ | PAG_COMMIT}, 49 49 { 0, 0x00001000, 0x00230000, PAG_READ | PAG_COMMIT | OBJ_ALIGN64K | OBJ_LOCATION}, 50 { 0, 0x00001000, 0x03f30000, PAG_READ | PAG_COMMIT | OBJ_ALIGN64K | OBJ_LOCATION}, 50 51 { 0, 0x00001000, 0x04030000, PAG_READ | PAG_COMMIT | OBJ_ALIGN64K | OBJ_LOCATION}, 51 52 { 0, 0x00001000, 0x00000000, PAG_READ | PAG_COMMIT | OBJ_ANY | OBJ_ALIGNPAGE}, … … 57 58 { 0, 0x00001000, 0x31230000, PAG_READ | PAG_COMMIT | OBJ_ANY | OBJ_ALIGN64K | OBJ_LOCATION}, 58 59 { 0, 0x00001000, 0x23030000, PAG_READ | PAG_COMMIT | OBJ_ANY | OBJ_ALIGN64K | OBJ_LOCATION}, 59 { 0, 0x00001000, 0x00230000, PAG_READ | PAG_COMMIT | OBJ_ANY | OBJ_ALIGN64K | OBJ_LOCATION},60 60 }; 61 61  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  