]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Add some documentation to the malloc_trim code
authorSean Bright <sean.bright@gmail.com>
Mon, 3 Dec 2018 22:41:56 +0000 (17:41 -0500)
committerSean Bright <sean.bright@gmail.com>
Mon, 3 Dec 2018 22:47:18 +0000 (17:47 -0500)
commit27806fd04da6295f7c17eef9d506aae321c6b292
tree5c18b9928dd9d7ab3ee403ef47cdd87e3e97931e
parentb5d3ddeef34b621880bd6bd50b20f8faae441eed
core: Add some documentation to the malloc_trim code

This adds documentation to handle_cli_malloc_trim() indicating how it
can be useful when debugging OOM conditions.

Change-Id: I1936185e78035bf123cd5e097b793a55eeebdc78
main/cli.c