Changes between Version 12 and Version 13 of library_malloc


Ignore:
Timestamp:
Apr 4, 2015, 1:55:02 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_malloc

    v12 v13  
    44define an user-level memory allocation service. The requested memory blocks are allocated from the application heap.
    55
    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 to one allocator per cluster.
     6If 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.
    77
    88The distributed heap(x,y) ''vsegs'' must be explicitely defined in the application mapping.