Changes between Version 7 and Version 8 of kernel_malloc


Ignore:
Timestamp:
Jan 23, 2015, 8:31:04 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_malloc

    v7 v8  
    2121 * '''y''' : cluster Y coordinate
    2222The 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.
     23If no block satisfying the request is available it returns a NULL pointer.
    2424