Changeset 541 for soft/giet_vm/giet_libs/malloc.c
- Timestamp:
- Mar 30, 2015, 6:21:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/malloc.c
r468 r541 261 261 } 262 262 263 // initializes the heap if first access263 // checking initialization 264 264 if ( heap[x][y].init != HEAP_INITIALIZED ) 265 265 { 266 heap_init( x , y);266 giet_exit("ERROR in malloc() : heap not initialized\n"); 267 267 } 268 268
Note: See TracChangeset
for help on using the changeset viewer.