Changes between Initial Version and Version 1 of library_malloc


Ignore:
Timestamp:
Aug 4, 2014, 3:49:31 PM (11 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_malloc

    v1 v1  
     1= The Malloc Library =
     2
     3
     4If the target architecture is clusterized (one physical memory bank per cluster),
     5the application heap is physically distributed, and it can exist one heap(x,y) segment per cluster,
     6and one allocator per cluster.
     7
     8The distributed heap(x,y) segments must be explicitely defined in the mapping.
     9
     10For the malloc() function, theThe cluster selection can be implicit (
     11
     12 == Available functions