procmaps
Portable Address Space Mapping
Portable '/proc/self/maps' as a data frame. Determine which library or other region is mapped to a specific address of a process. – R packages can contain native code, compiled to shared libraries at build or installation time. When loaded, each shared library occupies a portion of the address space of the main process. When only a machine instruction pointer is available (e.g. from a backtrace during error inspection or profiling), the address space map determines which library this instruction pointer corresponds to.
- Version0.0.5
- R versionunknown
- Needs compilation?Yes
- Last release01/20/2023
Documentation
Team
- Kirill MüllerMaintainerShow author details
- R ConsortiumShow author detailsRolesfnd
- Google Inc.
- Kostya SerebryanyShow author detailsRolesContributor
- Sanjay GhemawatShow author detailsRolesContributor
- Craig SilversteinShow author detailsRolesContributor
Insights
Last 30 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Suggests3 packages
- Reverse Imports1 package