Ignore:
Timestamp:
Apr 26, 2000, 8:01:02 PM (25 years ago)
Author:
sandervl
Message:

beta 0.25 update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/malloc.c

    r142 r148  
    5454unsigned uMemFree;      // N bytes available for allocation.
    5555char __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,
    5757                        // although not done currently, we are planning to size the heap down at INIT
    5858                        // time.  If this is done, any vbls in the HEAP segment that
Note: See TracChangeset for help on using the changeset viewer.