summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Conditionalize an isalloc() call in rallocm().Jason Evans2011-08-121-2/+2
* Fix two prof-related bugs in rallocm().Jason Evans2011-08-122-3/+11
* Clean up prof-related comments.Jason Evans2011-08-101-23/+16
* Use prof_tdata_cleanup() argument.Jason Evans2011-08-091-24/+19
* Adjust relative #include for private_namespace.h.Jason Evans2011-07-311-1/+1
* Update ChangeLog for 2.2.2.Jason Evans2011-07-301-0/+8
* Add the --with-private-namespace option.Jason Evans2011-07-305-4/+228
* Fix assertions in arena_purge().Jason Evans2011-06-131-2/+2
* Use LLU suffix for all 64-bit constants.Jason Evans2011-05-223-3/+3
* Makefile.in - test/allocated requires pthreadNathan McSween2011-05-111-2/+2
* Adjust repo path dependencies.Jason Evans2011-04-012-24/+24
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-0179-0/+0
* Fix a build error for --disable-tcache.Jason Evans2011-03-301-0/+2
* Update ChangeLog for 2.2.1.Jason Evans2011-03-301-0/+7
* Implement atomic operations for x86/x64.Jason Evans2011-03-241-0/+56
* Revert "Add support for libunwind backtrace caching."Jason Evans2011-03-233-94/+16
* Merge branch 'arena_purge' into devJason Evans2011-03-244-19/+100
|\
| * Fix an assertion in arena_purge().Jason Evans2011-03-241-3/+6
| * Add support for libunwind backtrace caching.je@facebook.com2011-03-243-16/+94
* | Update ChangeLog for 2.2.0.Jason Evans2011-03-221-0/+29
|/
* Fix error detection for ipalloc() when profiling.Jason Evans2011-03-234-62/+105
* Fix rallocm() rsize bug.Jason Evans2011-03-231-0/+2
* Fix bootstrapping order bug.Jason Evans2011-03-231-5/+5
* Avoid overflow in arena_run_regind().Jason Evans2011-03-226-7/+27
* Dynamically adjust tcache fill count.Jason Evans2011-03-213-9/+27
* Use OSSpinLock*() for locking on OS X.Jason Evans2011-03-197-12/+69
* Add atomic operation support for OS X.Jason Evans2011-03-194-0/+60
* Update pprof.Jason Evans2011-03-191-49/+160
* Add atomic.[ch].Jason Evans2011-03-192-0/+79
* Add the "stats.cactive" mallctl.Jason Evans2011-03-1916-20/+126
* Improve thread-->arena assignment.Jason Evans2011-03-188-16/+101
* Reverse tcache fill order.Jason Evans2011-03-181-1/+2
* Use bitmaps to track small regions.Jason Evans2011-03-1715-139/+702
* Improve backtracing-related configuration.Jason Evans2011-03-164-83/+140
* Clean up after arena_bin_info_t change.Jason Evans2011-03-161-7/+7
* Add missing error checks.Jason Evans2011-03-152-2/+6
* Create arena_bin_info_t.Jason Evans2011-03-156-223/+324
* Fix a build dependency regression.Jason Evans2011-03-151-1/+2
* Reduce size of small_size2bin lookup table.Jason Evans2011-03-154-41/+52
* Expand a comment regarding geometric sampling.Jason Evans2011-03-151-2/+16
* Set default symbol visibility to hidden.Jason Evans2011-03-151-11/+11
* Update ChangeLog for 2.1.3.Jason Evans2011-03-141-0/+8
* Fix a thread cache stats merging bug.Jason Evans2011-03-141-0/+19
* Fix a "thread.arena" mallctl bug.Jason Evans2011-03-142-16/+26
* Fix a cpp logic regression.Jason Evans2011-03-071-2/+2
* Update ChangeLog for 2.1.2.je2011-03-021-0/+6
* Build both PIC and no PIC static librariesArun Sharma2011-03-022-11/+19
* Fix style nits.Jason Evans2011-02-143-6/+8
* Fix "thread.{de,}allocatedp" mallctl.Jason Evans2011-02-145-32/+99
* Add release dates to ChangeLog.Jason Evans2011-02-081-10/+10