Changes between Version 11 and Version 12 of library_malloc
- Timestamp:
- Apr 4, 2015, 1:53:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_malloc
v11 v12 21 21 With this allocation policy, all allocated block are aligned (base address multiple of the size). 22 22 23 == cluster selection ==23 == Cluster selection == 24 24 25 25 The 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.