Module: kamailio Branch: master Commit: 73fdf7a8eb1ca3e00ff4844e6c797114f17f3525 URL: https://github.com/kamailio/kamailio/commit/73fdf7a8eb1ca3e00ff4844e6c797114...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-06-20T09:12:24+02:00
src/Makefile.defs: complete removal of VQ_MALLOC memory manager
������ started in commit f92113d8e16d6e59c170dfa703d9db30980b6877.
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/73fdf7a8eb1ca3e00ff4844e6c797114... Patch: https://github.com/kamailio/kamailio/commit/73fdf7a8eb1ca3e00ff4844e6c797114...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index d720e708b8..71ebd9ffdb 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -594,10 +594,6 @@ data_target = $(prefix)/$(data_dir) # extra error checking (trying to free the same pointer # twice, trying to free a pointer alloc'ed with a different # malloc etc.) -# -DVQ_MALLOC -# additional option to PKG_MALLOC which utilizes a fater then -# qm version -# (not true anymore, q_malloc performs approx. the same) # -DQ_MALLOC # custom quick malloc, recommended for debugging # -DF_MALLOC @@ -741,7 +737,6 @@ C_DEFS+= -DSHM_MMAP \ #-DDBG_F_MALLOC \ #-DNO_DEBUG \ #-DEXTRA_DEBUG \ - #-DVQ_MALLOC \ #-DDBG_LOCK \ #-DNOSMP \ #-DNO_LOG \