summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix an off-by-one flaw in a test.Jason Evans2013-10-201-1/+2
* Fix dangerous casts in tests.Jason Evans2013-10-203-6/+10
* Fix Valgrind integration.Jason Evans2013-02-012-0/+2
* Add arena-specific and selective dss allocation.Jason Evans2012-10-133-3/+73
* Use Get/SetLastError on Win32Mike Hommey2012-04-301-11/+14
* Avoid variable length arrays and remove declarations within codeMike Hommey2012-04-291-4/+12
* Remove #includes in testsMike Hommey2012-04-229-55/+0
* Add support for MingwMike Hommey2012-04-222-0/+30
* Add an abstraction layer for threading in testsMike Hommey2012-04-184-55/+45
* Replace fprintf with malloc_printf in tests.Mike Hommey2012-04-1710-106/+101
* Rename labels.Jason Evans2012-04-104-22/+22
* Revert "Avoid NULL check in free() and malloc_usable_size()."Jason Evans2012-04-022-21/+0
* Avoid NULL check in free() and malloc_usable_size().Jason Evans2012-04-022-0/+21
* Add the "thread.tcache.enabled" mallctl.Jason Evans2012-03-272-0/+111
* Implement aligned_alloc().Jason Evans2012-03-132-0/+148
* Implement malloc_vsnprintf().Jason Evans2012-03-082-8/+8
* Use UINT64_C() rather than LLU for 64-bit constants.Jason Evans2012-03-052-17/+18
* Add --with-mangling.Jason Evans2012-03-026-60/+54
* Add nallocm().Jason Evans2012-02-291-13/+78
* Fix rallocm() test to support >4KiB pages.Jason Evans2011-11-061-4/+14
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-0115-0/+895