aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/heap.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-22Remove ABI differences that occured when compiling with DEBUG_THREADS.qwell1-12/+3
2009-03-27Pass more useful information through to lock tracking when DEBUG_THREADS is on.russell1-0/+13
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...tilghman1-0/+11
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-3/+16
2009-02-18Add example code for a heap traversal.russell1-0/+22
2009-02-17Add an implementation of the heap data structure.russell1-0/+218