aboutsummaryrefslogtreecommitdiffstats
path: root/epan/app_mem_usage.c
Commit message (Expand)AuthorAgeFilesLines
* app_mem_usage: rename shadow variableDario Lombardo2016-06-261-4/+4
* Don't use the prohibited API open().Jeff Morriss2016-04-111-1/+2
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-101-8/+21
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-2/+2
* app_mem_usage fixes:Jakub Zawadzki2013-08-061-1/+5
* Linux: add support for getting total/rss from /proc/self/statmJakub Zawadzki2013-07-311-0/+86
* Add some very basic framework to fetch statistics of memory usage per component.Jakub Zawadzki2013-07-311-7/+70
* Remove dirty (and not compiling) code from app_mem_usage.c, need rewrite if r...Jakub Zawadzki2013-07-301-78/+1
* Move a few variables inside the appropriate ifdefs.Evan Huus2013-07-301-3/+5
* Add missing includes.Anders Broman2013-07-301-2/+9
* Add a routine to get application memory usage to epan.Anders Broman2013-07-301-0/+130