wiki:library_malloc

Version 1 (modified by alain, 11 years ago) (diff)

--

The Malloc Library

If the target architecture is clusterized (one physical memory bank per cluster), the application heap is physically distributed, and it can exist one heap(x,y) segment per cluster, and one allocator per cluster.

The distributed heap(x,y) segments must be explicitely defined in the mapping.

For the malloc() function, theThe cluster selection can be implicit (

Available functions