summaryrefslogtreecommitdiff
path: root/main/heap.c
AgeCommit message (Expand)Author
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2017-09-28heap.c: No need to calloc heap pointer array.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-19Fix checks for allocation debugging.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2013-09-10Fix incorrect usages of ast_realloc().Richard Mudgett
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2011-01-31Merged revisions 304950 via svnmerge from Tilghman Lesher
2010-05-06Fix handling of removing nodes from the middle of a heap.Russell Bryant
2010-04-22Remove ABI differences that occured when compiling with DEBUG_THREADS.Jason Parker
2009-03-27Pass more useful information through to lock tracking when DEBUG_THREADS is on.Russell Bryant
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...Tilghman Lesher
2009-02-17Add an implementation of the heap data structure.Russell Bryant