Changes between Version 160 and Version 161 of library_stdio
- Timestamp:
- Jan 5, 2017, 5:56:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v160 v161 534 534 535 535 === 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.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 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. 537 537 538 538 === 5) void '''giet_get_xy'''( void* ptr, unsigned int* px, unsigned int* py ) ===