Changes between Version 160 and Version 161 of library_stdio


Ignore:
Timestamp:
Jan 5, 2017, 5:56:07 PM (7 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v160 v161  
    534534
    535535 === 4) void '''giet_heap_info'''( unsigned int* vaddr, unsigned int* length, unsigned int  x, unsigned int  y );
    536 This function returns in the <vaddr> and <length> arguments the characteristics of the user heap located in cluster[x,y] and defined in the space running the calling thread. In case of error (such as undefined heap segment in the selected cluster, or illegal cluster coordinates) it returns <vaddr> = <length> = 0.
     536This function returns in the <vaddr> and <length> arguments the characteristics of the user heap located in cluster[x,y] and defined in the vspace containing the calling thread. In case of error (such as undefined heap segment in the selected cluster, or illegal cluster coordinates) it returns <vaddr> = <length> = 0.
    537537
    538538 === 5) void '''giet_get_xy'''( void* ptr, unsigned int* px, unsigned int* py ) ===