aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
AgeCommit message (Expand)Author
2016-12-03Add --disable-syscall.Jason Evans
2016-12-03Update configure cache file example.Jason Evans
2016-11-16Document how to use --cache configure option.Jason Evans
2016-03-14Add --with-version.Jason Evans
2016-02-19Add --with-malloc-conf.Jason Evans
2015-08-12Stop forcing --enable-munmap on MinGW.Jason Evans
2015-07-24Implement support for non-coalescing maps on MinGW.Jason Evans
2015-05-06Implement cache index randomization for large allocations.Jason Evans
2015-03-18Restore --enable-ivsalloc.Jason Evans
2015-02-12Move centralized chunk management into arenas.Jason Evans
2014-10-14Fix line wrapping.Jason Evans
2014-10-10Add --with-lg-tiny-min, generalize --with-lg-quantum.Jason Evans
2014-10-09Add configure options.Jason Evans
2014-09-23Add instructions for installing from non-packaged sources.Jason Evans
2014-09-04Whitespace cleanups.Jason Evans
2014-05-15Refactor 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