summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-154-16/+33
* Fix test_stats_arenas_bins for 32-bit builds.Yuriy Kaminskiy2014-12-031-0/+1
* Add per size class huge allocation statistics.Jason Evans2014-10-132-10/+114
* Don't fetch tsd in a0{d,}alloc().Jason Evans2014-10-111-0/+1
* Add configure options.Jason Evans2014-10-102-1/+27
* Avoid atexit(3) when possible, disable prof_final by default.Jason Evans2014-10-092-3/+2
* Use regular arena allocation for huge tree nodes.Daniel Micay2014-10-081-7/+20
* Refactor/fix arenas manipulation.Jason Evans2014-10-081-0/+1
* Normalize size classes.Jason Evans2014-10-062-4/+15
* Fix tsd cleanup regressions.Jason Evans2014-10-042-9/+35
* Skip test_prof_thread_name_validation if !config_prof.Jason Evans2014-10-041-0/+2
* Implement/test/fix prof-related mallctl's.Jason Evans2014-10-043-0/+268
* Convert to uniform style: cond == false --> !condJason Evans2014-10-032-4/+3
* Remove obsolete comment.Jason Evans2014-10-031-6/+0
* Test prof.reset mallctl and fix numerous discovered bugs.Jason Evans2014-10-031-0/+238
* Refactor permuted backtrace test allocation.Jason Evans2014-10-024-43/+7
* Implement compile-time bitmap size computation.Jason Evans2014-09-281-11/+5
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-233-25/+37
* Add rb_empty().Jason Evans2014-08-201-0/+3
* Fix arena.<i>.dss mallctl to handle read-only calls.Jason Evans2014-08-151-0/+13
* Add atomic operations tests and fix latent bugs.Jason Evans2014-08-071-0/+97
* Use KQU() rather than QU() where applicable.Jason Evans2014-05-292-1045/+1045
* Define INFINITY when it's not definedMike Hommey2014-05-281-0/+6
* Use ULL prefix instead of LLU for unsigned long longsMike Hommey2014-05-271-1000/+1000
* Rename "small" local variable, because windows headers #define itMike Hommey2014-05-271-4/+4
* Use C99 varadic macros instead of GCC onesMike Hommey2014-05-271-4/+4
* Replace variable arrays in tests with VARIABLE_ARRAYMike Hommey2014-05-272-3/+3
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-163-14/+14
* Remove the "opt.valgrind" mallctl.Jason Evans2014-04-151-1/+0
* Remove the "arenas.purge" mallctl.Jason Evans2014-04-151-13/+0
* Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-151-4/+16
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-1/+1
* Adapt hash tests to big-endian systems.Jason Evans2014-03-301-0/+6
* Fix message formatting errors uncovered by p_test_fail() refactoring.Jason Evans2014-03-305-11/+12
* Fix p_test_fail()'s va_list abuse.Jason Evans2014-03-301-1/+1
* Restore tail call optimization subversion.Jason Evans2014-02-261-7/+13
* Fix junk filling for mremap(2)-based huge reallocation.Jason Evans2014-02-251-3/+6
* Break prof_accum into multiple compilation units.Jason Evans2014-02-254-37/+36
* Prevent inlining of backtraced test functions.Jason Evans2014-01-291-2/+2
* Fix mallctl argument size mismatches (size_t vs. uint64_t).Jason Evans2014-01-291-8/+15
* Test and fix malloc_printf("%%").Jason Evans2014-01-221-0/+2
* Subvert tail call optimization in backtrace test.Jason Evans2014-01-211-11/+17
* Fix unused variable warnings.Jason Evans2014-01-211-3/+1
* Avoid lazy-lock in a tcache-dependent test.Jason Evans2014-01-211-14/+34
* Add heap profiling tests.Jason Evans2014-01-173-0/+223
* Fix warnings and a test failure exposed on CentOS 6.3.Jason Evans2014-01-152-4/+5
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-083-3/+300
* Add util unit tests, and fix discovered bugs.Jason Evans2014-01-071-0/+294
* Convert assert() in test code to assert_*().Jason Evans2014-01-041-4/+12
* Add unit tests for qr, ql, and rb.Jason Evans2014-01-043-0/+784