Skip to content

display information about memory use of an application for the program data

License

Notifications You must be signed in to change notification settings

drepper/nrpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nrpages

Display information about memory use of an application for the program data

I use this tool to optimize applications. Changing code a bit might mean one less page of data. It also helps to see whether data is moved from pure data segments to relro segments which are more secure. Example output:

$ nrpages ~/bin/nrpages 
   /home/drepper/bin/nrpages:    1 read-only,    2 writable,     2 COW,     1 relro

About

display information about memory use of an application for the program data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published