Ignore:
Timestamp:
Nov 1, 1999, 12:57:09 AM (26 years ago)
Author:
bird
Message:

Updated option/argument handling.
Corrected a few bugs.

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:57 bird Exp $
     1/* $Id: malloc.h,v 1.4 1999-10-31 23:57:04 bird Exp $
    22 *
    33 * Heap.
     
    4646#define MAXPTR _uHeapMaxPtr
    4747
    48 /*#define HEAP_SIZE 0x00600000U*/ /* 10MB of heap */
    49 #define HEAP_SIZE 0x100000U /* 1MB of heap */
    50 
    5148/* HeapPointer assert - old ones... */
    5249#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.