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.

Version: 0.0.5
Suggests: covr, testthat, tibble
Published: 2023-01-20
Author: Kirill Müller ORCID iD [aut, cre], R Consortium [fnd], Kostya Serebryany [ctb] (Bundled gperftools library), Sanjay Ghemawat [ctb] (Bundled gperftools library), Craig Silverstein [ctb] (Bundled gperftools library), Google Inc. [cph] (Bundled gperftools library)
Maintainer: Kirill Müller <kirill at cynkra.com>
BugReports: https://github.com/r-prof/procmaps/issues
License: GPL-3
URL: https://r-prof.github.io/procmaps/, https://github.com/r-prof/procmaps
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: procmaps results

Documentation:

Reference manual: procmaps.pdf

Downloads:

Package source: procmaps_0.0.5.tar.gz
Windows binaries: r-devel: procmaps_0.0.5.zip, r-release: procmaps_0.0.5.zip, r-oldrel: procmaps_0.0.5.zip
macOS binaries: r-release (arm64): procmaps_0.0.5.tgz, r-oldrel (arm64): procmaps_0.0.5.tgz, r-release (x86_64): procmaps_0.0.5.tgz
Old sources: procmaps archive

Reverse dependencies:

Reverse imports: winch

Linking:

Please use the canonical form https://CRAN.R-project.org/package=procmaps to link to this page.