summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mark some conditions as unlikelyDaniel Micay2014-09-114-31/+31
* add likely / unlikely macrosDaniel Micay2014-09-101-0/+8
* Add sdallocx() to list of functions to prune in pprof.Jason Evans2014-09-101-0/+1
* Fix a profile sampling race.Jason Evans2014-09-104-73/+109
* Fix prof_tdata_get()-related regressions.Jason Evans2014-09-092-30/+26
* Fix threaded heap profile bug in pprof.Jason Evans2014-09-091-1/+1
* Fix sdallocx() assertion.Jason Evans2014-09-091-16/+18
* Support threaded heap profiles in pprofBert Maher2014-09-091-126/+251
* Merge pull request #115 from thestinger/isqalloctJason Evans2014-09-091-1/+1
|\
| * fix isqalloct (should call isdalloct)Daniel Micay2014-09-091-1/+1
|/
* Add support for sized deallocation.Daniel Micay2014-09-0910-5/+201
* Add relevant function attributes to [msn]allocx().Jason Evans2014-09-082-20/+15
* Thwart optimization of free(malloc(1)) in microbench.Jason Evans2014-09-081-19/+25
* Merge pull request #114 from thestinger/timerJason Evans2014-09-083-11/+11
|\
| * avoid conflict with the POSIX timer_t typeDaniel Micay2014-09-083-11/+11
|/
* Add microbench tests.Jason Evans2014-09-082-1/+143
* Add a simple timer implementation for use in benchmarking.Jason Evans2014-09-084-1/+75
* Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in.Jason Evans2014-09-085-4/+7
* Optimize [nmd]alloc() fast paths.Jason Evans2014-09-077-131/+172
* Whitespace cleanups.Jason Evans2014-09-054-21/+21
* Refactor chunk map.Qinfan Wu2014-09-057-149/+186
* Disable autom4te cache.Jason Evans2014-09-033-3/+3
* Make VERSION generation more robust.Jason Evans2014-09-021-4/+26
* Merge pull request #108 from wqfish/devJason Evans2014-08-271-4/+0
|\
| * Remove junk filling in tcache_bin_flush_small().Qinfan Wu2014-08-271-4/+0
|/
* Test for availability of malloc hooks via autoconfSara Golemon2014-08-223-1/+40
* Implement per thread heap profiling.Jason Evans2014-08-2011-706/+1217
* Add rb_empty().Jason Evans2014-08-202-0/+16
* Dump heap profile backtraces in a stable order.Jason Evans2014-08-202-62/+119
* Directly embed prof_ctx_t's bt.Jason Evans2014-08-202-56/+26
* Convert prof_tdata_t's bt2cnt to a comprehensive map.Jason Evans2014-08-202-66/+25