aboutsummaryrefslogtreecommitdiffstats
path: root/main/heap.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-31Merged revisions 304950 via svnmerge from tilghman1-3/+3
2010-05-06Fix handling of removing nodes from the middle of a heap.russell1-10/+14
2010-04-22Remove ABI differences that occured when compiling with DEBUG_THREADS.qwell1-24/+3
2009-03-27Pass more useful information through to lock tracking when DEBUG_THREADS is on.russell1-0/+20
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...tilghman1-5/+40
2009-02-17Add an implementation of the heap data structure.russell1-0/+284