]> 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:06 +0000 (17:47 -0500)
commit44c8868fb16c37e2b3d655488fad3c92a5378202
treef9b94f38e9606d9500d3ce123d234ef6683b689a
parentd5765e931815aaf343d72e5cb97a974e84a54baf
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