summaryrefslogtreecommitdiff
path: root/utils/.gitignore
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2018-03-14 05:27:40 -0400
committerCorey Farrell <git@cfware.com>2018-03-17 01:06:33 -0400
commit4d1c9d87115d5ac6663f16d298e435cb37198653 (patch)
tree525e0d57128638ce663102e9de1fdfa3f2e0c1f9 /utils/.gitignore
parentd5bfba60d2c609852da2f89677e878567d133674 (diff)
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
Diffstat (limited to 'utils/.gitignore')
-rw-r--r--utils/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/.gitignore b/utils/.gitignore
index dbdc6b6d2..7840265e5 100644
--- a/utils/.gitignore
+++ b/utils/.gitignore
@@ -3,6 +3,7 @@ aelparse
aelparse.c
ast_expr2.c
ast_expr2f.c
+astmm.c
astman
astcanary
astdb2bdb