Changeset 781 for soft/giet_vm/giet_libs/malloc.c
- Timestamp:
- Feb 7, 2016, 7:47:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/malloc.c
r777 r781 412 412 } 413 413 414 // reset the alloc[index] entry 415 *pchar = 0; 416 414 417 // call the recursive function update_free_array() 415 418 update_free_array( &heap[x][y], base, size_index );
Note: See TracChangeset
for help on using the changeset viewer.