Changeset 1467 for trunk/src/win32k/include/malloc.h
- Timestamp:
- Oct 27, 1999, 4:03:01 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/malloc.h
r1269 r1467 1 /* $Id: malloc.h,v 1. 2 1999-10-14 01:16:50bird Exp $1 /* $Id: malloc.h,v 1.3 1999-10-27 02:02:57 bird Exp $ 2 2 * 3 3 * Heap. … … 46 46 #define MAXPTR _uHeapMaxPtr 47 47 48 #define HEAP_SIZE 0x00600000U /* 10MB of heap */ 48 /*#define HEAP_SIZE 0x00600000U*/ /* 10MB of heap */ 49 #define HEAP_SIZE 0x100000U /* 1MB of heap */ 49 50 50 51 /* HeapPointer assert - old ones... */
Note:
See TracChangeset
for help on using the changeset viewer.