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
Post a Comment