summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove arena_dalloc_bin_run() clean page preservation.Jason Evans2014-10-112-74/+13
* Add --with-lg-tiny-min, generalize --with-lg-quantum.Jason Evans2014-10-116-16/+105
* Add AC_CACHE_CHECK() for pause instruction.Jason Evans2014-10-111-3/+4
* Don't fetch tsd in a0{d,}alloc().Jason Evans2014-10-112-11/+8
* Add configure options.Jason Evans2014-10-1016-136/+277
* Don't configure HAVE_SSE2.Jason Evans2014-10-092-11/+4
* Avoid atexit(3) when possible, disable prof_final by default.Jason Evans2014-10-094-14/+26
* Fix a recursive lock acquisition regression.Jason Evans2014-10-081-11/+16
* Use regular arena allocation for huge tree nodes.Daniel Micay2014-10-085-15/+29
* Refactor/fix arenas manipulation.Jason Evans2014-10-0813-347/+740
* Fix a prof_tctx_t destruction race.Jason Evans2014-10-061-18/+32
* Normalize size classes.Jason Evans2014-10-0616-474/+557
* Fix a docbook element nesting nit.Jason Evans2014-10-051-4/+4
* Attempt to expand huge allocations in-place.Daniel Micay2014-10-0510-41/+118
* Fix OOM-related regression in arena_tcache_fill_small().Jason Evans2014-10-051-1/+12
* Add missing header includes in jemalloc/jemalloc.h .Jason Evans2014-10-052-2/+4
* Fix prof regressions.Jason Evans2014-10-041-16/+23
* Don't disable tcache for lazy-lock.Jason Evans2014-10-041-2/+0
* Avoid purging in microbench when lazy-lock is enabled.Jason Evans2014-10-041-0/+9
* Silence a compiler warning.Jason Evans2014-10-041-1/+1
* Make prof-related inline functions always-inline.Jason Evans2014-10-041-9/+9
* Don't force TLS on behalf of heap profiling.Jason Evans2014-10-041-5/+0
* Fix tsd cleanup regressions.Jason Evans2014-10-0412-147/+137
* Fix install_lib target (incorrect jemalloc.pc path).Jason Evans2014-10-041-1/+1
* 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-0411-65/+544
* Convert to uniform style: cond == false --> !condJason Evans2014-10-0320-115/+111
* Remove obsolete comment.Jason Evans2014-10-031-6/+0
* Test prof.reset mallctl and fix numerous discovered bugs.Jason Evans2014-10-035-76/+405
* Refactor permuted backtrace test allocation.Jason Evans2014-10-0210-56/+60
* Implement in-place huge allocation shrinking.Daniel Micay2014-10-011-27/+62
* correctly detect adaptive mutexes in pthreadsEric Wong2014-09-293-1/+16
* Merge pull request #128 from daverigby/cygwinJason Evans2014-09-291-1/+1
|\
| * autoconf: Support cygwin in addition to mingwDave Rigby2014-09-241-1/+1
* | Merge pull request #129 from daverigby/msvc_lg_floorJason Evans2014-09-291-0/+15
|\ \
| * | Use MSVC intrinsics for lg_floorDave Rigby2014-09-241-0/+15
| |/
* | Mark malloc_conf as a weak symbolDave Rigby2014-09-291-1/+1
* | Move small run metadata into the arena chunk header.Jason Evans2014-09-293-261/+233
* | Implement compile-time bitmap size computation.Jason Evans2014-09-283-26/+54
* | Fix profile dumping race.Jason Evans2014-09-252-1/+10
|/
* Add instructions for installing from non-packaged sources.Jason Evans2014-09-231-2/+15
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-2322-935/+1027
* Ignore jemalloc.pc .Jason Evans2014-09-221-0/+2
* Generate a pkg-config fileNick White2014-09-193-1/+23
* fix tls_model autoconf testDaniel Micay2014-09-161-1/+1
* Fixed iOS build after OR1 changesValerii Hiora2014-09-121-0/+3
* Fix prof regressions.Jason Evans2014-09-121-1/+22
* Fix irallocx_prof() sample logic.Jason Evans2014-09-121-3/+3
* Apply likely()/unlikely() to allocation/deallocation fast paths.Jason Evans2014-09-128-129/+138
* Fix mallocx() to always honor MALLOCX_ARENA() when profiling.Jason Evans2014-09-111-2/+1