summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix junk filling for mremap(2)-based huge reallocation.Jason Evans2014-02-252-3/+16
| * Add configure test to verify SSE2 code compiles.Jason Evans2014-02-251-12/+12
| * Break prof_accum into multiple compilation units.Jason Evans2014-02-255-40/+48
| * Add workaround for missing 'restrict' keyword.Jason Evans2014-02-253-0/+12
| * Merge pull request #51 from ErwanLegrand/devJason Evans2014-02-141-1/+0
| |\
| | * Fix typoErwan Legrand2014-02-141-1/+0
| |/
| * Merge pull request #50 from georgekola/Voxer-SolarisJason Evans2014-02-131-0/+1
| |\
| | * Using MADV_FREE on Solaris/IllumosGeorge Kola2014-02-121-0/+1
| |/
| * Prevent inlining of backtraced test functions.Jason Evans2014-01-291-2/+2
| * Remove flawed alignment-related overflow test.Jason Evans2014-01-291-23/+0
| * Avoid a compiler warning.Jason Evans2014-01-291-1/+5
| * Fix/remove flawed alignment-related overflow tests.Jason Evans2014-01-293-25/+4
| * Fix mallctl argument size mismatches (size_t vs. uint64_t).Jason Evans2014-01-291-8/+15
| * Fix a typo.Jason Evans2014-01-221-1/+1
|/
* Merge branch 'dev'3.5.0Jason Evans2014-01-22136-3802/+13957
|\
| * Update ChangeLog for 3.5.0.Jason Evans2014-01-221-1/+1
| * Update copyrights.Jason Evans2014-01-221-2/+2
| * Test and fix malloc_printf("%%").Jason Evans2014-01-222-7/+8
| * Remove __FBSDID from rb.h.Jason Evans2014-01-221-4/+0
| * Subvert tail call optimization in backtrace test.Jason Evans2014-01-211-11/+17
| * Fix unused variable warnings.Jason Evans2014-01-212-7/+3
| * Avoid lazy-lock in a tcache-dependent test.Jason Evans2014-01-211-14/+34
| * Update ChangeLog.Jason Evans2014-01-181-0/+38
| * Add heap profiling tests.Jason Evans2014-01-177-22/+290
| * Fix a variable prototype/definition mismatch.Jason Evans2014-01-172-3/+7
| * Fix name mangling for stress tests.Jason Evans2014-01-1713-174/+164
| * Refactor prof_dump() to reduce contention.Jason Evans2014-01-162-172/+278
| * Fix warnings and a test failure exposed on CentOS 6.3.Jason Evans2014-01-152-4/+5
| * Refactor prof_lookup() by extracting prof_lookup_global().Jason Evans2014-01-151-82/+79
| * Refactor overly large/complex functions.Jason Evans2014-01-152-383/+462
| * Extract profiling code from [re]allocation functions.Jason Evans2014-01-1210-496/+552
| * Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-089-31/+420
| * Add util unit tests, and fix discovered bugs.Jason Evans2014-01-075-30/+416
| * Convert assert() in test code to assert_*().Jason Evans2014-01-041-4/+12
| * Add unit tests for qr, ql, and rb.Jason Evans2014-01-044-3/+789
| * Convert rtree from (void *) to (uint8_t) storage.Jason Evans2014-01-035-55/+64
| * Add rtree unit tests.Jason Evans2014-01-036-10/+165
| * Clean up code formatting.Jason Evans2014-01-021-4/+2
| * Fix an uninitialized variable read in xallocx().Jason Evans2013-12-201-0/+3
| * Add stats unit tests.Jason Evans2013-12-202-1/+352
| * Fix a few mallctl() documentation errors.Jason Evans2013-12-202-138/+144
| * Add mallctl*() unit tests.Jason Evans2013-12-204-15/+435
| * Remove ENOMEM from the documented set of *mallctl() errors.Jason Evans2013-12-181-6/+0
| * Add missing prototypes.Jason Evans2013-12-171-2/+7
| * Add quarantine unit tests.Jason Evans2013-12-177-15/+193
| * Fix a typo in a string constant.Jason Evans2013-12-171-1/+1
| * Add hash (MurmurHash3) tests.Jason Evans2013-12-173-4/+170
| * Add ckh unit tests.Jason Evans2013-12-172-3/+210
| * Add rallocx() test of both alignment and zeroing.Jason Evans2013-12-161-5/+17
| * Finish arena_prof_ctx_set() optimization.Jason Evans2013-12-161-7/+7