aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-07-01Fix scripts README.Christopher Ferris
2014-07-01Update header files from new jemalloc changes.Christopher Ferris
2014-07-01Fix thd_join on win64Mike Hommey
2014-07-01Use KQU() rather than QU() where applicable.Jason Evans
2014-07-01Use nallocx() rather than mallctl() to trigger initialization.Jason Evans
2014-07-01Make sure initialization occurs prior to running tests.Jason Evans
2014-07-01Fixup after 3a730df (Avoid pointer arithmetic on void*[...])Mike Hommey
2014-07-01Correctly return exit code from thd_join on WindowsMike Hommey
2014-07-01Define INFINITY when it's not definedMike Hommey
2014-07-01Move platform headers and tricks from jemalloc_internal.h.in to a new jemallo...Mike Hommey
2014-07-01Use ULL prefix instead of LLU for unsigned long longsMike Hommey
2014-07-01Avoid pointer arithmetic on void* in test/integration/rallocx.cMike Hommey
2014-07-01Rename "small" local variable, because windows headers #define itMike Hommey
2014-07-01Use C99 varadic macros instead of GCC onesMike Hommey
2014-07-01Replace variable arrays in tests with VARIABLE_ARRAYMike Hommey
2014-07-01Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.cMike Hommey
2014-07-01Refactor huge allocation to be managed by arenas.Jason Evans
2014-07-01Add support for user-specified chunk allocators/deallocators.aravind
2014-07-01Fix coding sytle nits.Jason Evans
2014-04-15Remove the "opt.valgrind" mallctl.Jason Evans
2014-04-15Remove the "arenas.purge" mallctl.Jason Evans
2014-04-15Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans
2014-04-14Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans
2014-03-30Enable big-endian mode for SFMT.Jason Evans
2014-03-30Adapt hash tests to big-endian systems.Jason Evans
2014-03-30Reduce maximum tested alignment.Jason Evans
2014-03-30Fix message formatting errors uncovered by p_test_fail() refactoring.Jason Evans
2014-03-29Fix p_test_fail()'s va_list abuse.Jason Evans
2014-03-28Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.Jason Evans
2014-02-26Remove duplicate 'static' keyword.Jason Evans
2014-02-25Restore tail call optimization subversion.Jason Evans
2014-02-25Fix junk filling for mremap(2)-based huge reallocation.Jason Evans
2014-02-24Break prof_accum into multiple compilation units.Jason Evans
2014-01-29Prevent inlining of backtraced test functions.Jason Evans
2014-01-29Remove flawed alignment-related overflow test.Jason Evans
2014-01-28Fix/remove flawed alignment-related overflow tests.Jason Evans
2014-01-28Fix mallctl argument size mismatches (size_t vs. uint64_t).Jason Evans
2014-01-22Test and fix malloc_printf("%%").Jason Evans
2014-01-21Subvert tail call optimization in backtrace test.Jason Evans
2014-01-21Fix unused variable warnings.Jason Evans
2014-01-21Avoid lazy-lock in a tcache-dependent test.Jason Evans
2014-01-17Add heap profiling tests.Jason Evans
2014-01-16Fix name mangling for stress tests.Jason Evans
2014-01-14Fix warnings and a test failure exposed on CentOS 6.3.Jason Evans
2014-01-12Extract profiling code from [re]allocation functions.Jason Evans
2014-01-07Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans
2014-01-06Add util unit tests, and fix discovered bugs.Jason Evans
2014-01-03Convert assert() in test code to assert_*().Jason Evans
2014-01-03Add unit tests for qr, ql, and rb.Jason Evans
2014-01-02Convert rtree from (void *) to (uint8_t) storage.Jason Evans