summaryrefslogtreecommitdiffstats
path: root/jemalloc/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-927/+0
* Revert "Add support for libunwind backtrace caching."Jason Evans2011-03-231-12/+1
* Add support for libunwind backtrace caching.je@facebook.com2011-03-241-1/+12
* Use OSSpinLock*() for locking on OS X.Jason Evans2011-03-191-0/+15
* Add atomic operation support for OS X.Jason Evans2011-03-191-0/+22
* Use bitmaps to track small regions.Jason Evans2011-03-171-0/+18
* Improve backtracing-related configuration.Jason Evans2011-03-161-37/+84
* Set default symbol visibility to hidden.Jason Evans2011-03-151-11/+11
* Use mremap(2) for huge realloc().Jason Evans2010-12-011-0/+10
* Convert man page from roff to DocBook.Jason Evans2010-11-271-75/+28
* Use madvise(..., MADV_FREE) on OS X.Jason Evans2010-10-241-1/+1
* Replace JEMALLOC_OPTIONS with MALLOC_CONF.Jason Evans2010-10-241-1/+14
* Re-organize prof-libgcc configuration.Jason Evans2010-10-071-7/+10
* Fix tests build when --with-install-suffix is set.Jason Evans2010-10-071-0/+3
* Print prof-libgcc configure setting.Jason Evans2010-10-031-0/+1
* Fix compiler warnings.Jason Evans2010-09-211-0/+18
* Add memalign() and valloc() overrides.Jason Evans2010-09-201-0/+8
* Store full git GID in VERSION.Jason Evans2010-09-181-1/+1
* Port to Mac OS X.Jason Evans2010-09-121-67/+107
* Add the thread.arena mallctl.Jason Evans2010-08-141-0/+5
* Don't build with -march=native.Jason Evans2010-04-081-1/+0
* Fix build system problems.Jason Evans2010-04-081-6/+6
* Fix various config/build issues.Jason Evans2010-03-041-8/+13
* Add the --with-static-libunwind configure option.Jason Evans2010-03-021-1/+14
* Add release versioning support.0.0.0Jason Evans2010-03-021-1/+15
* Implement sampling for heap profiling.Jason Evans2010-03-021-0/+1
* Restructure source tree.Jason Evans2010-02-111-9/+9
* Remove tracing (--enable-trace).Jason Evans2010-02-111-52/+0
* Add JEMALLOC_PROF_PREFIX support.Jason Evans2010-02-111-0/+3
* Various heap profiling improvements.Jason Evans2010-02-111-0/+23
* Implement allocation profiling and leack checking.Jason Evans2010-02-101-0/+48
* Add the --enable-swap configure option.Jason Evans2010-01-241-0/+23
* Add the --disable-tls configure option.Jason Evans2010-01-171-26/+39
* Add the --with-install-suffix configure option.Jason Evans2010-01-171-16/+46
* Refactor jemalloc.c into multiple source files.Jason Evans2010-01-161-10/+4
* Make malloc_stats_print() a public symbol, and make it repeatedly callable.Jason Evans2010-01-031-0/+1
* Simplify JEMALLOC_ATTR_* macros to become JEMALLOC_ATTR().Jason Evans2010-01-031-4/+1
* Use "lg" prefix rather than "2pow" suffix to indicate base 2 logarithms.Jason Evans2009-12-291-4/+13
* Convert thread-specific caching from magazines, and implement incremental GC.Jason Evans2009-12-291-21/+30
* Remove the dynamic rebalancing code, since magazines reduce its utility.Jason Evans2009-12-291-23/+0
* Implement thread-aware allocation event tracing.Jason Evans2009-12-291-1/+24
* Add --with-jemalloc-prefix, which supports API mangling.Jason Evans2009-12-291-1/+26
* Fix configure docs (--enable-lazy-lock --> --disable-lazy-lock).Jason Evans2009-11-091-1/+1
* Integrate mtrgraph and mtrplay.Jason Evans2009-07-021-0/+24
* Add configure tests for CFLAGS settings.Jason Evans2009-06-301-16/+78
* Clean up the manpage and conditionalize various portions according to howJason Evans2009-06-261-5/+60
* Implement configuration system.Jason Evans2009-06-241-0/+475