summaryrefslogtreecommitdiffstats
path: root/jemalloc/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add the "stats.cactive" mallctl.Jason Evans2011-03-191-7/+8
* Use bitmaps to track small regions.Jason Evans2011-03-171-3/+7
* Fix a build dependency regression.Jason Evans2011-03-151-1/+2
* Build both PIC and no PIC static librariesArun Sharma2011-03-021-6/+19
* Fix "thread.{de,}allocatedp" mallctl.Jason Evans2011-02-141-0/+2
* Use mremap(2) for huge realloc().Jason Evans2010-12-011-1/+1
* Convert man page from roff to DocBook.Jason Evans2010-11-271-5/+36
* Bump library version number.Jason Evans2010-10-241-1/+1
* Add per thread allocation counters, and enhance heap sampling.Jason Evans2010-10-211-1/+2
* Fix tests build when --with-install-suffix is set.Jason Evans2010-10-071-2/+2
* Add {,r,s,d}allocm().Jason Evans2010-09-171-1/+2
* Add posix_memalign test.Jason Evans2010-09-121-1/+1
* Port to Mac OS X.Jason Evans2010-09-121-17/+28
* Add the thread.arena mallctl.Jason Evans2010-08-141-2/+48
* Remove autom4te.cache in distclean (not relclean).Jason Evans2010-04-141-1/+1
* Fix build system problems.Jason Evans2010-04-081-19/+14
* Import pprof from google-perftools, svn r91.Jason Evans2010-04-021-1/+10
* Fix various config/build issues.Jason Evans2010-03-041-7/+14
* Add release versioning support.0.0.0Jason Evans2010-03-021-0/+1
* Restructure source tree.Jason Evans2010-02-111-27/+13
* Remove tracing (--enable-trace).Jason Evans2010-02-111-11/+2
* Implement allocation profiling and leack checking.Jason Evans2010-02-101-4/+6
* Implement mallctl{nametomib,bymib}().Jason Evans2010-01-271-4/+4
* Add the --enable-swap configure option.Jason Evans2010-01-241-3/+5
* Add the --with-install-suffix configure option.Jason Evans2010-01-171-21/+20
* Refactor jemalloc.c into multiple source files.Jason Evans2010-01-161-6/+10
* Fix some other minor build system bugs.Jason Evans2010-01-041-8/+15
* Build libjemalloc_pic.a.Jason Evans2010-01-031-4/+7
* Fix the 'clean' build target to delete binaries.Jason Evans2009-12-291-0/+1
* Integrate mtrgraph and mtrplay.Jason Evans2009-07-021-1/+19
* Clean up the manpage and conditionalize various portions according to howJason Evans2009-06-261-13/+14
* Implement configuration system.Jason Evans2009-06-241-0/+122