-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 260: Implement mapped memory regions used by process for OS X.
* svn:ignore: Updated to ignore *.pyc files. * HISTORY: Added my name to the Windows support for Issues 150 and 206. Also added my name to the OSX support for Issue 260. * psutil/_psosx.py (get_memory_maps, nt_mmap_grouped, nt_mmap_ext): Added. * psutil/_psutil_osx.h, psutil/_psutil_osx.c (get_process_memory_maps): Added. * test/test_psutil.py (test_get_memory_pams): Removed. (test_get_memory_maps): Added. * Note: As comment #25 says, to really finish this work we will need to write a parser for the dyld_shared_cache_*.map files to get the real dylib path for dylib files loaded from the dyld shared cache but this will end up as an enhancement request and not done as part of Issue 260.
- Loading branch information
1 parent
e235363
commit cf18ae5
Showing
5 changed files
with
146 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters