summaryrefslogtreecommitdiff
path: root/include/asterisk/astmm.h
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-04-03core: Improve/simplify handling of required headers.Corey Farrell
2016-08-19Fix naming mismatch of allocator functions.Corey Farrell
2015-11-30Build System: Support include-what-you-use.Alexander Traud
2015-05-13MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC.Corey Farrell
2015-05-08Fix error's produced by astmm.h when standard allocators are used.Corey Farrell
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2013-08-23Fix memory corruption when trying to get "core show locks".Richard Mudgett
2012-11-08Add MALLOC_DEBUG enhancements.Richard Mudgett
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-01-12Adding Tilghman's documentation from asterisk-dev to the actual file.Olle Johansson
2009-03-11Fix malloc debug macros to work properly with h323.Jeff Peeler
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-09-27fix bugs caused by r144949 when MALLOC_DEBUG is definedKevin P. Fleming
2008-03-18Add format attribute to printf-style functions in astmm.hMark Michelson
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2006-12-27Merged revisions 48987 via svnmerge from Kevin P. Fleming
2006-06-07fix the build with astmm enabledRussell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2004-01-14add a vasprintf replacement. Bug #839Jeremy McNamara
2003-04-28Fix pbx_wilcalu from occupying 100% CPU now that it's nonblocking, and add ma...Mark Spencer