Changeset 1269 for trunk/src/win32k/include/malloc.h
- Timestamp:
- Oct 14, 1999, 3:16:50 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/malloc.h
r847 r1269 1 /* $Id: malloc.h,v 1. 1 1999-09-06 02:19:58bird Exp $1 /* $Id: malloc.h,v 1.2 1999-10-14 01:16:50 bird Exp $ 2 2 * 3 3 * Heap. … … 13 13 #ifndef _MALLOC_H_ 14 14 #define _MALLOC_H_ 15 #ifdef __MALLOC_H 16 #error("A different version of malloc.h has allready been loaded!") 17 #endif 18 #define __malloc_h 15 19 16 20 #ifdef __cplusplus … … 44 48 #define HEAP_SIZE 0x00600000U /* 10MB of heap */ 45 49 46 /* HeapPointer assert */50 /* HeapPointer assert - old ones... */ 47 51 #define ltasserthp(a) if (!_validptr((void*)(a))){ _ltasserthp((void*)(a), #a,__FILE__,__LINE__); return FALSE;} 48 52 #define ltasserthp2(a,b) if (!_validptr((void*)(a))){ _ltasserthp((void*)(a), #a,__FILE__,__LINE__); b; return FALSE;}
Note:
See TracChangeset
for help on using the changeset viewer.