summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Don't junk-fill reallocations unless usize changes.Jason Evans2013-12-163-16/+4
| * Optimize arena_prof_ctx_set().Jason Evans2013-12-163-78/+99
| * Add zero/align tests for rallocx().Jason Evans2013-12-152-1/+122
| * Fix name mangling issues.Jason Evans2013-12-134-36/+37
| * Implement the *allocx() API.Jason Evans2013-12-1319-270/+859
| * Fix a strict aliasing violation.Jason Evans2013-12-121-2/+4
| * Fix a malloc_mutex dependency in mtx.Jason Evans2013-12-121-1/+1
| * Fix a strict aliasing violation.Jason Evans2013-12-121-2/+6
| * Streamline test output.Jason Evans2013-12-122-13/+16
| * Add mq (message queue) to test infrastructure.Jason Evans2013-12-1221-131/+441
| * Clean up SFMT test.Jason Evans2013-12-101-43/+40
| * Fix inline-related macro issues.Jason Evans2013-12-106-65/+43
| * Silence some unused variable warnings.Jason Evans2013-12-101-4/+4
| * Add probabability distribution utility code.Jason Evans2013-12-1011-48/+731