From 4d1c9d87115d5ac6663f16d298e435cb37198653 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Wed, 14 Mar 2018 05:27:40 -0400 Subject: core: Stop using AST_INLINE_API for allocator functions. This replaces AST_INLINE_API allocators in utils.h with real functions implemented in astmm.c. Associated macro's are also moved from utils.h to astmm.h. Remove menuselect conflicts between MALLOC_DEBUG and DEBUG_CHAOS as they can now be combined. This has multiple benefits: * Simplifies asterisk/utils.h by removing inline functions and use of the logger. * Removal of these inline functions decreases size of Asterisk and module binaries by 1% or more. * Puts memory management functions together with and without MALLOC_DEBUG enabled, simplifying management of the code. * Enables DEBUG_CHAOS for ASTMM_REDIRECT and bundled pjproject. Change-Id: If9df4377f74bdbb627461b27a473123e05525887 --- utils/ael_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/ael_main.c') diff --git a/utils/ael_main.c b/utils/ael_main.c index 3a91ef167..f4521e183 100644 --- a/utils/ael_main.c +++ b/utils/ael_main.c @@ -11,6 +11,7 @@ extended ***/ +#define ASTMM_LIBC ASTMM_IGNORE #include "asterisk.h" #include -- cgit v1.2.3