Changeset 1678 for trunk/src/win32k/include/options.h
- Timestamp:
- Nov 10, 1999, 2:45:38 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/options.h
r1535 r1678 1 /* $Id: options.h,v 1. 3 1999-10-31 23:57:04bird Exp $1 /* $Id: options.h,v 1.4 1999-11-10 01:45:33 bird Exp $ 2 2 * 3 3 * Options. … … 46 46 o.fScript = FALSE; \ 47 47 o.fNoLoader = FALSE; \ 48 o.cbHeap = 0x100000; /* 1MB */ 48 o.cbHeap = 0x100000; /* 1MB */ \ 49 o.cbHeapMax = 0x100000; /* 1MB */ \ 50 o.cbHeapResident = 0x10000; /* 64KB */ \ 51 o.cbHeapMaxResident = 0x1000; /* 4KB */ \ 49 52 50 53 … … 83 86 /** @cat Options affecting the heap. */ 84 87 ULONG cbHeap; /* Initial heapsize. */ 85 #if 086 88 ULONG cbHeapMax; /* Maximum heapsize. */ 87 89 ULONG cbHeapResident; /* Initial residentheapsize. */ 88 90 ULONG cbHeapMaxResident; /* Maxiumem residentheapsize. */ 89 #endif90 91 }; 91 92
Note:
See TracChangeset
for help on using the changeset viewer.