| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add microbench tests. | Jason Evans | 2014-09-08 | 2 | -1/+143 |
|
|
* | Add a simple timer implementation for use in benchmarking. | Jason Evans | 2014-09-08 | 4 | -1/+75 |
|
|
* | Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in. | Jason Evans | 2014-09-08 | 5 | -4/+7 |
|
|
* | Optimize [nmd]alloc() fast paths. | Jason Evans | 2014-09-07 | 7 | -131/+172 |
|
|
* | Whitespace cleanups. | Jason Evans | 2014-09-05 | 4 | -21/+21 |
|
|
* | Refactor chunk map. | Qinfan Wu | 2014-09-05 | 7 | -149/+186 |
|
|
* | Disable autom4te cache. | Jason Evans | 2014-09-03 | 3 | -3/+3 |
|
|
* | Make VERSION generation more robust. | Jason Evans | 2014-09-02 | 1 | -4/+26 |
|
|
* | Merge pull request #108 from wqfish/dev | Jason Evans | 2014-08-27 | 1 | -4/+0 |
|\ |
|
| * | Remove junk filling in tcache_bin_flush_small(). | Qinfan Wu | 2014-08-27 | 1 | -4/+0 |
|/ |
|
* | Test for availability of malloc hooks via autoconf | Sara Golemon | 2014-08-22 | 3 | -1/+40 |
|
|
* | Implement per thread heap profiling. | Jason Evans | 2014-08-20 | 11 | -706/+1217 |
|
|
* | Add rb_empty(). | Jason Evans | 2014-08-20 | 2 | -0/+16 |
|
|
* | Dump heap profile backtraces in a stable order. | Jason Evans | 2014-08-20 | 2 | -62/+119 |
|
|
* | Directly embed prof_ctx_t's bt. | Jason Evans | 2014-08-20 | 2 | -56/+26 |
|
|
* | Convert prof_tdata_t's bt2cnt to a comprehensive map. | Jason Evans | 2014-08-20 | 2 | -66/+25 |
|
|
* | Fix arena.<i>.dss mallctl to handle read-only calls. | Jason Evans | 2014-08-15 | 2 | -23/+42 |
|
|
* | Fix and refactor runs_dirty-based purging. | Jason Evans | 2014-08-14 | 2 | -127/+91 |
|
|
* | arena->npurgatory is no longer needed since we drop arena's lock | Qinfan Wu | 2014-08-12 | 2 | -20/+3 |
|
|
* | Remove chunks_dirty tree, nruns_avail and nruns_adjac since we no | Qinfan Wu | 2014-08-12 | 2 | -196/+10 |
|
|
* | Purge dirty pages from the beginning of the dirty list. | Qinfan Wu | 2014-08-12 | 1 | -165/+70 |
|
|
* | Add dirty page counting for debug | Qinfan Wu | 2014-08-12 | 1 | -4/+29 |
|
|
* | Maintain all the dirty runs in a linked list for each arena | Qinfan Wu | 2014-08-12 | 2 | -0/+53 |
|
|
* | Merge pull request #105 from psi-mankoski/dev | Jason Evans | 2014-08-12 | 1 | -2/+2 |
|\ |
|
| * | Set VERSION also when the source directory is a git submodule using a ".git" ... | Psi Mankoski | 2014-08-12 | 1 | -2/+2 |
|/ |
|
* | Fix the cactive statistic. | Jason Evans | 2014-08-07 | 1 | -3/+3 |
|
|
* | Add atomic operations tests and fix latent bugs. | Jason Evans | 2014-08-07 | 3 | -13/+128 |
|
|
* | Merge pull request #103 from wqfish/dev | Jason Evans | 2014-08-07 | 1 | -3/+11 |
|\ |
|
| * | Reintroduce the comment that was removed in f9ff603. | Qinfan Wu | 2014-08-06 | 1 | -1/+5 |
|
|
| * | Fix the bug that causes not allocating free run with lowest address. | Qinfan Wu | 2014-08-06 | 1 | -3/+7 |
|
|
* | | Merge pull request #102 from mneumann/dfly | Jason Evans | 2014-08-06 | 1 | -0/+5 |
|\ \ |
|
| * | | Support DragonFlyBSD | Michael Neumann | 2014-08-05 | 1 | -0/+5 |
| |/ |
|
* | | Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configure | Mike Hommey | 2014-08-05 | 2 | -25/+25 |
|
|
* | | Merge pull request #96 from manuelafm/dev | Jason Evans | 2014-08-05 | 3 | -176/+40 |
|\ \
| |/
|/| |
|
| * | Update config.{guess,sub} to more recent versions, to add better support to O... | Manuel A. Fernandez Montecelo | 2014-07-29 | 2 | -176/+37 |
|
|
| * | Add OpenRISC/or1k LG_QUANTUM size definition | Manuel A. Fernandez Montecelo | 2014-07-29 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #88 from sstewartgallus/fix-bashisms | Jason Evans | 2014-07-08 | 1 | -3/+3 |
|\ |
|
| * | Fix unportable == operator in configure scripts | Steven Stewart-Gallus | 2014-06-19 | 1 | -3/+3 |
|/ |
|
* | Allow to build with clang-cl | Mike Hommey | 2014-06-12 | 1 | -0/+4 |
|
|
* | Ensure the default purgeable zone is after the default zone on OS X | Mike Hommey | 2014-06-10 | 1 | -9/+25 |
|
|
* | Support for iOS compilation | Valerii Hiora | 2014-06-04 | 2 | -1/+3 |
|
|
* | Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT test | Mike Hommey | 2014-06-04 | 1 | -40/+39 |
|
|
* | Check for __builtin_ffsl before ffsl. | Mike Hommey | 2014-06-04 | 1 | -13/+14 |
|
|
* | Add check for madvise(2) to configure.ac. | Richard Diamond | 2014-06-03 | 3 | -2/+24 |
|
|
* | Fix -Wsometimes-uninitialized warnings | Chris Peterson | 2014-06-02 | 1 | -1/+3 |
|
|
* | Fix -Wsign-compare warnings | Chris Peterson | 2014-06-02 | 2 | -4/+4 |
|
|
* | Don't catch fork()ing events for Native Client. | Richard Diamond | 2014-06-02 | 1 | -1/+1 |
|
|
* | Try to use __builtin_ffsl if ffsl is unavailable. | Richard Diamond | 2014-06-02 | 9 | -17/+71 |
|
|
* | Fix fallback lg_floor() implementations. | Jason Evans | 2014-06-02 | 1 | -10/+16 |
|
|
* | Make in-tree MSVC builds work | Mike Hommey | 2014-06-02 | 1 | -2/+2 |
|
|