aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
AgeCommit message (Expand)Author
2014-07-01Refactor huge allocation to be managed by arenas.Jason Evans
2014-04-15Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans
2014-04-14Reverse the cc-silence default.Jason Evans
2014-04-14Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans
2013-12-06Add test code coverage analysis.Jason Evans
2013-12-03Refactor to support more varied testing.Jason Evans
2012-12-23Allow to enable ivsalloc independentlyMike Hommey
2012-12-23Allow to disable the zone allocator on DarwinMike Hommey
2012-11-25Allow to build without exporting symbolsMike Hommey
2012-05-09Add the --enable-mremap option.Jason Evans
2012-04-23Clean up documentation and formatting.Jason Evans
2012-04-16Add the --disable-munmap option.Jason Evans
2012-04-11Implement Valgrind support, redzones, and quarantine.Jason Evans
2012-04-05Add utrace(2)-based tracing (--enable-utrace).Jason Evans
2012-03-02Add the --disable-experimental option.Jason Evans
2012-03-02Add fine-grained build/install targets.Jason Evans
2012-03-01Add --with-mangling.Jason Evans
2012-02-28Enable support for junk/zero filling by default.Jason Evans
2012-02-28Enable the stats configuration option by default.Jason Evans
2012-02-28Remove the sysv option.Jason Evans
2012-02-28Simplify small size class infrastructure.Jason Evans
2012-02-13Make 8-byte tiny size class non-optional.Jason Evans
2012-02-13Do not enable lazy locking by default.Jason Evans
2012-02-13Remove the swap feature.Jason Evans
2011-07-30Add the --with-private-namespace option.Jason Evans
2011-03-31Move repo contents in jemalloc/ to top level.Jason Evans