summaryrefslogtreecommitdiffstats
path: root/tests/malloc_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement malloc_info(3).Dan Albert2014-08-221-0/+50
* Use a separate config.h for config like defines.Christopher Ferris2014-06-161-3/+1
* Revert "Backing this one out since the counterpart needs to be sent upstream."Dan Albert2014-06-141-0/+9
* Backing this one out since the counterpart needs to be sent upstream.Dan Albert2014-06-141-9/+0
* Hides valloc(3)/pvalloc(3) on LP64.Dan Albert2014-06-131-0/+9
* Put all allocation functions into dispatch table.Christopher Ferris2014-06-121-23/+90
* Support for jemalloc to replace dlmalloc.Christopher Ferris2014-05-201-1/+16
* Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-071-0/+235