Ignore:
Timestamp:
Mar 30, 2015, 6:21:31 PM (9 years ago)
Author:
bellefin
Message:

Introducing user lever heap_init() into malloc library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/malloc.c

    r468 r541  
    261261    }
    262262
    263     // initializes the heap if first access
     263    // checking initialization
    264264    if ( heap[x][y].init != HEAP_INITIALIZED )
    265265    {
    266         heap_init( x , y );
     266        giet_exit("ERROR in malloc() : heap not initialized\n");
    267267    }
    268268
Note: See TracChangeset for help on using the changeset viewer.