Is there a Linux API for gathering information about mmap'ed regions? -


i know can read file /proc/$pid/maps, wondering if there api process memory mappings.

there no api in kernel information in 1 syscall. universal way read , parse /proc/self/maps file.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -