Ignore:
Timestamp:
Oct 6, 2003, 2:55:10 AM (22 years ago)
Author:
bird
Message:

#608: High memory support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/umalloc.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r809 r810  
    4747#define _HEAP_TILED     0x02
    4848#define _HEAP_SHARED    0x04
     49#define _HEAP_HIGHMEM   0x08 /* advisory flag */
    4950
    5051#define _BLOCK_CLEAN    1
     
    9596void *_utmalloc (Heap_t, size_t);
    9697
    97 
    9898#if defined (__cplusplus)
    9999}
Note: See TracChangeset for help on using the changeset viewer.