summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Document how dss precedence affects huge allocation.Jason Evans2014-03-311-2/+6
| * Allow libgcc-based backtracing on x86.Jason Evans2014-03-311-16/+0
| * Keep frame pointers if using gcc frame intrinsics.Jason Evans2014-03-311-0/+1
| * Enable big-endian mode for SFMT.Jason Evans2014-03-311-0/+3
| * Adapt hash tests to big-endian systems.Jason Evans2014-03-304-1/+15
| * Reduce maximum tested alignment.Jason Evans2014-03-303-6/+4
| * 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-303-22/+43
| * Merge pull request #59 from HarryWeppner/devJason Evans2014-03-292-4/+31
| |\
| | * Consistently use debug lib(s) if presentHarald Weppner2014-03-281-8/+5
| | * Consistently use debug lib(s) if presentHarald Weppner2014-03-181-1/+7
| | * Enable profiling / leak detection in FreeBSDHarald Weppner2014-03-182-3/+27
| * | Merge pull request #61 from mxw/huge-dss-precJason Evans2014-03-284-19/+27
| |\ \
| | * | Use arena dss prec instead of default for huge allocs.Max Wang2014-03-284-19/+27
| | |/
| * | Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.Jason Evans2014-03-282-5/+5
| * | Merge pull request #60 from telemenar/devJason Evans2014-03-281-1/+4
| |\ \ | | |/ | |/|
| | * Fix a crashing case where arena_chunk_init_hard returns NULL.Chris Pride2014-03-261-1/+4
| |/
| * Remove duplicate 'static' keyword.Jason Evans2014-02-261-1/+1
|/
* Merge branch 'dev'3.5.1Jason Evans2014-02-2618-116/+140
|\
| * Update ChangeLog for 3.5.1.Jason Evans2014-02-261-2/+20
| * Restore tail call optimization subversion.Jason Evans2014-02-261-7/+13
| * 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