Move parsing of /proc/self/smaps into a separate function
so that it can be tested.
Depends on D112788.
Paths
| Differential D112789
sanitizer_common: make parsing of smaps testable (NFC) ClosedPublic Authored by dvyukov on Oct 29 2021, 2:47 AM.
Details Summary Move parsing of /proc/self/smaps into a separate function Depends on D112788.
Diff Detail
Event Timelinedvyukov added a child revision: D112790: sanitizer_common: remove unnecessary GetMemoryProfile arg.Oct 29 2021, 2:47 AM This revision is now accepted and ready to land.Oct 29 2021, 3:16 AM Closed by commit rGd4602f759a97: sanitizer_common: make parsing of smaps testable (NFC) (authored by dvyukov). · Explain WhyOct 29 2021, 4:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 383305 compiler-rt/lib/sanitizer_common/sanitizer_common.h
compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cpp
|