Changes between Version 7 and Version 8 of kernel_malloc
- Timestamp:
- Jan 23, 2015, 8:31:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_malloc
v7 v8 21 21 * '''y''' : cluster Y coordinate 22 22 The requested block size can be any value, but the allocated block can be larger than requested: the actual size is the smallest power of 2 value larger or equal to the requested size. The base address is always aligned. 23 If no block satisfying the request is available it creates a GIET error.23 If no block satisfying the request is available it returns a NULL pointer. 24 24