-
- Downloads
Fix naming mismatch of allocator functions.
Allocator functions that take file/line/func parameters are prefixed with single-underscore when MALLOC_DEBUG is not defined, double-underscore when it is defined. This change updates all allocators that accept file/line/func to have the same prototype in either ABI mode. The parameter order of __ast_vasprintf and __ast_asprintf in utils.h have been changed to match that of astmm.h. End-use allocator macro's have been removed from astmm.h and moved to an unconditional part of utils.h. Change-Id: I823bb6ce2b5675b3a4735948f10a3b420e9a023a
Showing
- include/asterisk/astmm.h 1 addition, 25 deletionsinclude/asterisk/astmm.h
- include/asterisk/utils.h 100 additions, 100 deletionsinclude/asterisk/utils.h
- main/astobj2.c 0 additions, 12 deletionsmain/astobj2.c
- main/ccss.c 0 additions, 4 deletionsmain/ccss.c
- main/datastore.c 0 additions, 6 deletionsmain/datastore.c
- main/stringfields.c 0 additions, 4 deletionsmain/stringfields.c
- main/utils.c 1 addition, 1 deletionmain/utils.c
- utils/check_expr.c 2 additions, 2 deletionsutils/check_expr.c
- utils/extconf.c 17 additions, 51 deletionsutils/extconf.c
Loading
Please register or sign in to comment