summaryrefslogtreecommitdiff
path: root/util/malloc-stats.c
Commit message (Expand)AuthorAgeFilesLines
* [malloc-stats] Measure callocBehdad Esfahbod2023-01-261-0/+22
* [malloc-stats] Fix to not crashBehdad Esfahbod2022-12-301-1/+9
* Fix warningAdrian Johnson2022-03-091-1/+1
* Replace deprecated malloc_hookAdrian Johnson2022-03-091-57/+35
* test and util: maintain consistency in the usage of ARRAY_LENGTH macroRavi Nanjundappa2014-04-301-4/+5
* Fix malloc-stats for newer glibcBehdad Esfahbod2012-09-221-1/+1
* [util/malloc-stats] Use tighter spacing.Behdad Esfahbod2012-09-171-3/+3
* [utils] Remove unused codeBehdad Esfahbod2009-08-101-30/+0
* [util/malloc-stats] Do a single backtrace_symbols() callBehdad Esfahbod2009-01-311-8/+50
* [util] Fix memset bug in malloc-statsBehdad Esfahbod2009-01-311-5/+4
* [util] Use a hash-table for malloc-stats.Chris Wilson2009-01-301-47/+103
* [util/malloc-stats.c] Add a public function malloc_stats()Behdad Esfahbod2007-12-101-3/+2
* Clear executable flag off .c fileBehdad Esfahbod2007-07-261-0/+0
* [util] Import my malloc wrapper that prints simple statisticsBehdad Esfahbod2007-04-211-0/+301