[OpenSIPS-Devel] [OpenSIPS/opensips] d2037f: dialog: Mitigate 'dlg_list' PKG fragmentation

Liviu Chircu noreply at github.com
Wed Nov 15 15:55:28 UTC 2023


  Branch: refs/heads/3.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d2037f63986926dfd169ea7a58c6abf1a82fafcd
      https://github.com/OpenSIPS/opensips/commit/d2037f63986926dfd169ea7a58c6abf1a82fafcd
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
    M modules/dialog/dlg_hash.c

  Log Message:
  -----------
  dialog: Mitigate 'dlg_list' PKG fragmentation

By using pkg_str_extend() instead of pkg_realloc(), we avoid a constant
creation of PKG fragments (the buffer will eventually stop growing),
which seems to gradually fragment the private memory pool, as the MI
'dlg_list' is continuously polled by various monitoring software.

Related to #3235





More information about the Devel mailing list