summaryrefslogtreecommitdiff
path: root/main/astmm.c
AgeCommit message (Expand)Author
2018-03-17core: Stop using AST_INLINE_API for allocator functions.Corey Farrell
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2017-12-20Fix Common Typo's.Corey Farrell
2017-02-13cli: Fix various CLI documentation and completion issuesSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-01-14astmm.c: Add more stats to CLI "memory show" commands.Richard Mudgett
2015-05-13MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2013-09-09MALLOC_DEBUG: Change fence magic number to be completely different from the f...Richard Mudgett
2013-08-27Made MALLOC_DEBUG less CPU intensive by default.Richard Mudgett
2013-08-23Fix memory corruption when trying to get "core show locks".Richard Mudgett
2013-06-08Add backtrace generation to MALLOC_DEBUG memory corruption reportsMatthew Jordan
2012-12-07MALLOC_DEBUG: Only wait if we want atexit allocation dumps.Richard Mudgett
2012-11-29Add MALLOC_DEBUG atexit unreleased malloc memory summary.Richard Mudgett
2012-11-29Enhance MALLOC_DEBUG CLI commands.Richard Mudgett
2012-11-08Add MALLOC_DEBUG enhancements.Richard Mudgett
2012-09-07Fix MALLOC_DEBUG version of ast_strndup().Richard Mudgett
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2009-05-22Two more minor fixes due to constificationTilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-19If malloc returns NULL, we need to return NULL immediately orMark Michelson
2008-09-27Merged revisions 144924-144925 via svnmerge from Kevin P. Fleming
2008-09-17If attempting to free a NULL pointer when MALLOC_DEBUGMark Michelson
2008-07-11Merged revisions 129966 via svnmerge from Kevin P. Fleming
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-24Increase the size of filenames stored when astmm is used. If the path James Golovich
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-21add missing paths.hLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-07Fix another CLI command so it doesn't run the real code when called for initi...Russell Bryant
2007-11-06Fix the memory show allocations CLI command so that it doesn't spew out allRussell Bryant
2007-10-29Merged revisions 87373 via svnmerge from Russell Bryant
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-22Merged revisions 86787 via svnmerge from Tilghman Lesher
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-09-20More NEW_CLI conversions.Jason Parker
2007-08-03Merged revisions 78095 via svnmerge from Russell Bryant
2007-01-14Merged revisions 50820 via svnmerge from Joshua Colp
2006-12-27Merged revisions 48987 via svnmerge from Kevin P. Fleming
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-20Merged revisions 43383 via svnmerge from Russell Bryant
2006-09-20Fix the memory summary so that it doesn't print the first file in the list overRussell Bryant
2006-09-20fix some breakage from the CLI command changesRussell Bryant
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-21various cleanups, including ...Russell Bryant