Changeset 148 for sbliveos2/trunk/drv16/malloc.c
- Timestamp:
- Apr 26, 2000, 8:01:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/malloc.c
r142 r148 54 54 unsigned uMemFree; // N bytes available for allocation. 55 55 char __near 56 acHeap[HEAP_SIZE] ; // The heap. NOTE: This must be the last data definition in the HEAP segment,56 acHeap[HEAP_SIZE] = {0}; // The heap. NOTE: This must be the last data definition in the HEAP segment, 57 57 // although not done currently, we are planning to size the heap down at INIT 58 58 // time. If this is done, any vbls in the HEAP segment that
Note:
See TracChangeset
for help on using the changeset viewer.