]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 376789 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Thu, 29 Nov 2012 01:28:16 +0000 (01:28 +0000)
committerAutomerge script <automerge@asterisk.org>
Thu, 29 Nov 2012 01:28:16 +0000 (01:28 +0000)
commit87acfd6061bb981b62f60087c4c03f1f60d8fce7
tree17645758117ea0bb0f206c323e91d5d29fc01838
parent90620c3a34c253e9bd5524bf3e4421392d3a4a24
Merged revisions 376789 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r376789 | rmudgett | 2012-11-28 18:45:11 -0600 (Wed, 28 Nov 2012) | 26 lines

  Add MALLOC_DEBUG atexit unreleased malloc memory summary.

  * Adds the following CLI commands to control MALLOC_DEBUG reporting of
  unreleased malloc memory when Asterisk is shut down.
  memory atexit list on
  memory atexit list off
  memory atexit summary byline
  memory atexit summary byfunc
  memory atexit summary byfile
  memory atexit summary off

  * Made check all remaining allocated region blocks atexit for fence
  violations.

  * Increased the allocated region hash table size by about three times.  It
  still isn't large enough considering the number of malloced blocks
  Asterisk uses.

  * Made CLI "memory show allocations anomalies" use
  regions_check_all_fences().

  Review: https://reviewboard.asterisk.org/r/2196/
  ........

  Merged revisions 376788 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@376817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/asterisk.c
main/astmm.c