Changeset 1535 for trunk/src/win32k/include/malloc.h
- Timestamp:
- Nov 1, 1999, 12:57:09 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/malloc.h
r1467 r1535 1 /* $Id: malloc.h,v 1. 3 1999-10-27 02:02:57bird Exp $1 /* $Id: malloc.h,v 1.4 1999-10-31 23:57:04 bird Exp $ 2 2 * 3 3 * Heap. … … 46 46 #define MAXPTR _uHeapMaxPtr 47 47 48 /*#define HEAP_SIZE 0x00600000U*/ /* 10MB of heap */49 #define HEAP_SIZE 0x100000U /* 1MB of heap */50 51 48 /* HeapPointer assert - old ones... */ 52 49 #define ltasserthp(a) if (!_validptr((void*)(a))){ _ltasserthp((void*)(a), #a,__FILE__,__LINE__); return FALSE;}
Note:
See TracChangeset
for help on using the changeset viewer.