Changes between Version 12 and Version 13 of library_malloc
- Timestamp:
- Apr 4, 2015, 1:55:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_malloc
v12 v13 4 4 define an user-level memory allocation service. The requested memory blocks are allocated from the application heap. 5 5 6 If the target architecture is clusterized (one physical memory bank per cluster), the application heap can be physically distributed: depending on the application mapping, it can exist one or several heap(x,y) segment per cluster, and therefore it can exist up toone allocator per cluster.6 If the target architecture is clusterized (one physical memory bank per cluster), the application heap can be physically distributed: depending on the application mapping, it can exist up to one heap(x,y) segment per cluster, and therefore it can exist one allocator per cluster. 7 7 8 8 The distributed heap(x,y) ''vsegs'' must be explicitely defined in the application mapping.