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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -