summaryrefslogtreecommitdiffstats
path: root/INSTALL
Commit message (Expand)AuthorAgeFilesLines
* Replace --disable-munmap with opt.munmap.Jason Evans2017-04-251-9/+0
* Remove --enable-code-coverage.Jason Evans2017-04-241-13/+0
* Remove --disable-cc-silence.Jason Evans2017-04-241-5/+0
* Remove --with-lg-tiny-min.Jason Evans2017-04-241-29/+8
* Remove --with-lg-size-class-group.Jason Evans2017-04-241-31/+1
* Remove --enable-ivsalloc.Jason Evans2017-04-211-7/+0
* Remove --disable-tls.Jason Evans2017-04-211-5/+0
* Remove --disable-tcache.Jason Evans2017-04-211-5/+0
* Support --with-lg-page values larger than system page size.Jason Evans2017-04-191-3/+6
* Only disable munmap(2) by default on 64-bit Linux.Jason Evans2017-04-171-3/+5
* Add huge page configuration and pages_[no}huge().Jason Evans2016-12-271-0/+5
* Restructure *CFLAGS/*CXXFLAGS configuration.Jason Evans2016-12-161-9/+10
* jemalloc cpp new/delete bindingsDave Watson2016-12-131-0/+4
* Add --disable-syscall.Jason Evans2016-12-041-0/+5
* Update configure cache file example.Jason Evans2016-11-301-12/+6
* Document how to use --cache configure option.Jason Evans2016-11-161-0/+15
* Remove all vestiges of chunks.Jason Evans2016-10-121-3/+3
* Better document --enable-ivsalloc.Jason Evans2016-06-061-3/+4
* Remove redzone support.Jason Evans2016-05-131-3/+2
* Remove quarantine support.Jason Evans2016-05-131-3/+3
* Remove Valgrind support.Jason Evans2016-05-131-3/+0
* Add --with-version.Jason Evans2016-03-151-0/+4
* Add --with-malloc-conf.Jason Evans2016-02-201-0/+8
* Stop forcing --enable-munmap on MinGW.Jason Evans2015-08-121-4/+1
* Implement support for non-coalescing maps on MinGW.Jason Evans2015-07-251-1/+4
* Implement cache index randomization for large allocations.Jason Evans2015-05-061-0/+9
* Restore --enable-ivsalloc.Jason Evans2015-03-191-0/+6
* Move centralized chunk management into arenas.Jason Evans2015-02-121-6/+0
* Fix line wrapping.Jason Evans2014-10-151-10/+10
* Add --with-lg-tiny-min, generalize --with-lg-quantum.Jason Evans2014-10-111-6/+26
* Add configure options.Jason Evans2014-10-101-0/+67
* Add instructions for installing from non-packaged sources.Jason Evans2014-09-231-2/+15
* Whitespace cleanups.Jason Evans2014-09-051-3/+3
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-6/+0
* Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-151-4/+0
* Reverse the cc-silence default.Jason Evans2014-04-151-4/+4
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-3/+0
* Add test code coverage analysis.Jason Evans2013-12-071-0/+13
* Refactor to support more varied testing.Jason Evans2013-12-041-2/+2
* Allow to enable ivsalloc independentlyMike Hommey2012-12-231-0/+6
* Allow to disable the zone allocator on DarwinMike Hommey2012-12-231-0/+4
* Allow to build without exporting symbolsMike Hommey2012-11-251-0/+5
* Add the --enable-mremap option.Jason Evans2012-05-091-0/+6
* Clean up documentation and formatting.Jason Evans2012-04-231-5/+1
* Add the --disable-munmap option.Jason Evans2012-04-171-0/+7
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-2/+6
* Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-051-0/+4
* Add the --disable-experimental option.Jason Evans2012-03-031-0/+3
* Add fine-grained build/install targets.Jason Evans2012-03-031-0/+13
* Add --with-mangling.Jason Evans2012-03-021-0/+13