<p>In <a href="https://github.com/OpenSIPS/opensips/pull/724#discussion_r53798507">mem/module_info.c</a>:</p>
<pre style='color:#555'>&gt; +}
&gt; +
&gt; +int alloc_group_stat(void) {
&gt; +        int size_prealoc, j, one_full_entry, groups;
&gt; +        char *start;
&gt; +        struct module_info* new_stats_vec;
&gt; +#ifndef SHM_SHOW_DEFAULT_GROUP
&gt; +        groups = mem_free_idx - 1;
&gt; +#else
&gt; +        groups = mem_free_idx;
&gt; +#endif
&gt; +
&gt; +        one_full_entry = 3 * (sizeof(stat_var) + sizeof(stat_val));
&gt; +        size_prealoc = groups * sizeof(struct module_info) + groups * one_full_entry;
&gt; +
&gt; +#ifndef DBG_QM_MALLOC
</pre>
<p>I think this flag is obsolete. Please check if this flag is still present in the latest version.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/pull/724/files#r53798507">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOciWGJ14OwasX8TstdIQm7ei1RIcGMks5pnHaMgaJpZM4Gy4hk.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OpenSIPS/opensips/pull/724/files#r53798507"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>