| PMGETMMAPINFO(3) | PMGETMMAPINFO(3) |
int pmGetMmapInfo(pmMmapInfo *mip, int *sizep);
pmMmapInfo * |
mip |
mmap information of all contexts | |
int * |
sizep |
Number of entries in the array | |
| Number of all mmap info entries |
pmGetMmapInfo() returns a list of mmap(2)'ed
regions by PM subsystem.mmap info entries in
*sizep and returns ENOSPC if the number of
entries of the array is too small.
PM_SUCCESS |
Success |
ENOSPC |
Number of array entries is too small |
EINVAL |
Number of array entries is less than or equal to zero |