summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Link against librt for clock_gettime(2) if glibc < 2.17.Jason Evans2016-05-042-12/+5
* Fix a typo.Jason Evans2016-05-041-1/+1
* Fix huge_palloc() regression.Jason Evans2016-05-049-20/+42
* Update ChangeLog for 4.1.1.Jason Evans2016-05-041-0/+21
* Don't test fork() on Windows.Jason Evans2016-05-041-0/+6
* Update mallocx() OOM test to deal with smaller hugemax.Jason Evans2016-05-031-10/+19
* Fix witness/fork() interactions.Jason Evans2016-04-265-9/+42
* Fix fork()-related lock rank ordering reversals.Jason Evans2016-04-2611-40/+184
* Use separate arena for chunk tests.Jason Evans2016-04-261-28/+45
* Fix arena reset effects on large/huge stats.Jason Evans2016-04-251-5/+24
* Fix arena_reset() test to avoid tcache.Jason Evans2016-04-251-10/+9
* Fix arena_choose_hard() regression.Jason Evans2016-04-231-1/+1
* Fix degenerate mb_write() compilation error.Jason Evans2016-04-231-3/+3
* Implement the arena.<i>.reset mallctl.Jason Evans2016-04-228-39/+411
* Do not allocate metadata via non-auto arenas, nor tcaches.Jason Evans2016-04-2214-135/+192
* Reduce a variable scope.Jason Evans2016-04-221-2/+1
* Doc typo fixes.hitstergtd2016-04-181-3/+3
* Fix malloc_mutex_assert_[not_]owner() for --enable-lazy-lock case.Jason Evans2016-04-181-2/+2
* Update private_symbols.txt.Jason Evans2016-04-183-22/+45
* Update private_symbols.txtRajat Goel2016-04-181-0/+4
* Fix style nits.Jason Evans2016-04-175-6/+6
* Fix malloc_mutex_[un]lock() to conditionally check witness.Jason Evans2016-04-172-12/+2
* Convert base_mtx locking protocol comments to assertions.Jason Evans2016-04-171-10/+12
* s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/Jason Evans2016-04-141-1/+1
* Fix a compilation error.Jason Evans2016-04-141-2/+2
* Add witness, a simple online locking validator.Jason Evans2016-04-1433-1274/+2090
* Fix a style nit.Jason Evans2016-04-131-1/+2
* Fix more 64-to-32 conversion warnings.Jason Evans2016-04-122-11/+11
* Fix 64-to-32 conversion warnings in 32-bit moderustyx2016-04-121-11/+15
* Cleanup MSVC project, embed PDB data inside static .librustyx2016-04-122-14/+11
* Fix malloc_stats_print() to print correct opt.narenas value.Jason Evans2016-04-121-1/+1
* Simplify RTREE_HEIGHT_MAX definition.Jason Evans2016-04-111-29/+4
* Support --with-lg-page values larger than actual page size.Jason Evans2016-04-114-6/+6
* Clean up char vs. uint8_t in junk filling code.Jason Evans2016-04-113-17/+19
* Refactor/fix ph.Jason Evans2016-04-118-337/+615
* Reduce differences between alternative bitmap implementations.Jason Evans2016-04-062-8/+5
* Fix bitmap_sfu() regression.Jason Evans2016-04-061-1/+1
* Fix a compilation warning in the ph test code.Jason Evans2016-04-051-20/+1
* Update implementation details docs re: PTRDIFF_MAX.Jason Evans2016-03-311-3/+11
* Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macrosChris Peterson2016-03-317-32/+40
* Update a comment.Jason Evans2016-03-311-2/+2
* Fix potential chunk leaks.Jason Evans2016-03-315-51/+26
* Fix -Wunreachable-code warning in malloc_vsnprintf().Chris Peterson2016-03-271-2/+2
* Remove unused arenas_extend() function declaration.Chris Peterson2016-03-261-1/+0
* Use abort() for fallback implementations of unreachable().Jason Evans2016-03-241-2/+2
* Fix MSVC projectrustyx2016-03-242-0/+8
* Avoid blindly enabling assertions for header code when testing.Jason Evans2016-03-231-33/+45
* Constify various internal arena APIs.Jason Evans2016-03-234-73/+111
* Code formatting fixes.Jason Evans2016-03-232-2/+4
* Always inline performance-critical rtree operations.Jason Evans2016-03-231-9/+10