- Timestamp:
- Mar 7, 2001, 10:55:30 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/k32/k32QuerySystemMemInfo.cpp
r5108 r5289 1 /* $Id: k32QuerySystemMemInfo.cpp,v 1. 1 2001-02-11 15:22:18bird Exp $1 /* $Id: k32QuerySystemMemInfo.cpp,v 1.2 2001-03-07 21:55:30 bird Exp $ 2 2 * 3 3 * k32QuerySystemMemInfo - Collects more or less useful information on the … … 151 151 MemInfo.ulVMArenaSystemMin = pahvmSys->ah_laddrMin; 152 152 MemInfo.ulVMArenaSystemMax = pahvmSys->ah_laddrMax; 153 if (pahvmhShr )153 if (pahvmhShr && VirtualAddressLimit > 0x20000000) /* Not valid if less or equal to 512MB user memory */ 154 154 { 155 155 MemInfo.ulVMArenaHighSharedMin = pahvmhShr->ah_laddrMin;
Note:
See TracChangeset
for help on using the changeset viewer.