Changeset 368 for soft/giet_vm/giet_libs/malloc.c
- Timestamp:
- Jul 31, 2014, 8:47:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/malloc.c
r325 r368 828 828 /****** First call to malloc ******/ 829 829 if (_first_malloc[task_id] == 0) { 830 giet_heap_info(&_heap_base[task_id], &_heap_length[task_id]); 830 giet_heap_info( &_heap_base[task_id], 831 &_heap_length[task_id], 832 0xFFFFFFFF, 833 0xFFFFFFFF ); 831 834 832 835 if (_heap_length[task_id] == 0) {
Note: See TracChangeset
for help on using the changeset viewer.