Changes between Version 11 and Version 12 of library_stdio


Ignore:
Timestamp:
Aug 7, 2014, 1:17:27 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v11 v12  
    124124This 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).
    125125
    126  === void giet_get_mapping( void* ptr, unsigned int* x, unsigned int* y ) ===
    127 This function takes as input a virtual address (''ptr'' argument), and returns in the ''x,y'' 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(). 
     126 === void giet_get_mapping( void* ptr, unsigned int* px, unsigned int* py ) ===
     127This 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(). 
    128128
    129129