Changes between Version 12 and Version 13 of library_stdio
- Timestamp:
- Aug 7, 2014, 5:00:11 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v12 v13 124 124 This function supports access to the running task's heap or to a remote heap. If (x < X_SIZE) and (y < Y_SIZE), it returns the base address and length of the heap associated to any task running on cluster(x,y). Otherwise, it returns the base address and length of the heap associated to the calling task. In case of error (such as undefined heap segment in the selected cluster, it returns heap_size = 0). 125 125 126 === void giet_get_ mapping( void* ptr, unsigned int* px, unsigned int* py ) ===126 === void giet_get_xy( void* ptr, unsigned int* px, unsigned int* py ) === 127 127 This function takes as input a virtual address (''ptr'' argument), and returns through the ''px,py'' arguments the coordinates of the cluster containing the physical address associated to ''ptr''. In case of error (unmapped virtual address), it makes a giet_exit(). 128 128