Changeset 810 for trunk/src/emx/include/umalloc.h
- Timestamp:
- Oct 6, 2003, 2:55:10 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/umalloc.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r809 r810 47 47 #define _HEAP_TILED 0x02 48 48 #define _HEAP_SHARED 0x04 49 #define _HEAP_HIGHMEM 0x08 /* advisory flag */ 49 50 50 51 #define _BLOCK_CLEAN 1 … … 95 96 void *_utmalloc (Heap_t, size_t); 96 97 97 98 98 #if defined (__cplusplus) 99 99 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.