Changes between Version 11 and Version 12 of library_malloc


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

--

Legend:

Unmodified
Added
Removed
Modified
  • library_malloc

    v11 v12  
    2121With this allocation policy, all allocated block are aligned (base address multiple of the size).
    2222
    23  == cluster selection ==
     23 == Cluster selection ==
    2424
    2525The malloc() and free() functions below have the same semantic as the standard UNIX functions. The cluster where the memory is allocated is implicitely defined by the (x,y) coordinate of the processor running the calling task.