Ignore:
Timestamp:
Oct 14, 1999, 3:16:50 AM (26 years ago)
Author:
bird
Message:

Changes due to Pe2Lx rewrite.

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:58 bird Exp $
     1/* $Id: malloc.h,v 1.2 1999-10-14 01:16:50 bird Exp $
    22 *
    33 * Heap.
     
    1313#ifndef _MALLOC_H_
    1414#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
    1519
    1620#ifdef __cplusplus
     
    4448#define HEAP_SIZE 0x00600000U /* 10MB of heap */
    4549
    46 /* HeapPointer assert */
     50/* HeapPointer assert - old ones... */
    4751#define ltasserthp(a)         if (!_validptr((void*)(a))){ _ltasserthp((void*)(a), #a,__FILE__,__LINE__); return FALSE;}
    4852#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.