Changes between Initial Version and Version 1 of library_malloc
- Timestamp:
- Aug 4, 2014, 3:49:31 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_malloc
v1 v1 1 = The Malloc Library = 2 3 4 If the target architecture is clusterized (one physical memory bank per cluster), 5 the application heap is physically distributed, and it can exist one heap(x,y) segment per cluster, 6 and one allocator per cluster. 7 8 The distributed heap(x,y) segments must be explicitely defined in the mapping. 9 10 For the malloc() function, theThe cluster selection can be implicit ( 11 12 == Available functions