<p>Corey Farrell <strong>uploaded patch set #8</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/8521">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">core: Stop using AST_INLINE_API for allocator functions.<br><br>This replaces AST_INLINE_API allocators in utils.h with real functions<br>implemented in astmm.c.  Associated macro's are also moved from utils.h<br>to astmm.h.<br><br>Remove menuselect conflicts between MALLOC_DEBUG and DEBUG_CHAOS as they<br>can now be combined.<br><br>This has multiple benefits:<br>* Simplifies asterisk/utils.h by removing inline functions and use of<br>  the logger.<br>* Removal of these inline functions decreases size of Asterisk and<br>  module binaries by 1% or more.<br>* Puts memory management functions together with and without<br>  MALLOC_DEBUG enabled, simplifying management of the code.<br>* Enables DEBUG_CHAOS for ASTMM_REDIRECT and bundled pjproject.<br><br>Change-Id: If9df4377f74bdbb627461b27a473123e05525887<br>---<br>M build_tools/cflags.xml<br>M include/asterisk.h<br>M include/asterisk/astmm.h<br>M include/asterisk/utils.h<br>M main/astmm.c<br>M third-party/pjproject/patches/asterisk_malloc_debug.h<br>M utils/.gitignore<br>M utils/Makefile<br>M utils/ael_main.c<br>M utils/astman.c<br>M utils/check_expr.c<br>M utils/conf2ael.c<br>M utils/extconf.c<br>13 files changed, 409 insertions(+), 667 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/21/8521/8</pre><p>To view, visit <a href="https://gerrit.asterisk.org/8521">change 8521</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8521"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: If9df4377f74bdbb627461b27a473123e05525887 </div>
<div style="display:none"> Gerrit-Change-Number: 8521 </div>
<div style="display:none"> Gerrit-PatchSet: 8 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>