index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
INSTALL
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
1
-9/+0
*
Remove --enable-code-coverage.
Jason Evans
2017-04-24
1
-13/+0
*
Remove --disable-cc-silence.
Jason Evans
2017-04-24
1
-5/+0
*
Remove --with-lg-tiny-min.
Jason Evans
2017-04-24
1
-29/+8
*
Remove --with-lg-size-class-group.
Jason Evans
2017-04-24
1
-31/+1
*
Remove --enable-ivsalloc.
Jason Evans
2017-04-21
1
-7/+0
*
Remove --disable-tls.
Jason Evans
2017-04-21
1
-5/+0
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-5/+0
*
Support --with-lg-page values larger than system page size.
Jason Evans
2017-04-19
1
-3/+6
*
Only disable munmap(2) by default on 64-bit Linux.
Jason Evans
2017-04-17
1
-3/+5
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-27
1
-0/+5
*
Restructure *CFLAGS/*CXXFLAGS configuration.
Jason Evans
2016-12-16
1
-9/+10
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-13
1
-0/+4
*
Add --disable-syscall.
Jason Evans
2016-12-04
1
-0/+5
*
Update configure cache file example.
Jason Evans
2016-11-30
1
-12/+6
*
Document how to use --cache configure option.
Jason Evans
2016-11-16
1
-0/+15
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-3/+3
*
Better document --enable-ivsalloc.
Jason Evans
2016-06-06
1
-3/+4
*
Remove redzone support.
Jason Evans
2016-05-13
1
-3/+2
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-3/+3
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-3/+0
*
Add --with-version.
Jason Evans
2016-03-15
1
-0/+4
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-0/+8
*
Stop forcing --enable-munmap on MinGW.
Jason Evans
2015-08-12
1
-4/+1
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
1
-1/+4
*
Implement cache index randomization for large allocations.
Jason Evans
2015-05-06
1
-0/+9
*
Restore --enable-ivsalloc.
Jason Evans
2015-03-19
1
-0/+6
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-6/+0
*
Fix line wrapping.
Jason Evans
2014-10-15
1
-10/+10
*
Add --with-lg-tiny-min, generalize --with-lg-quantum.
Jason Evans
2014-10-11
1
-6/+26
*
Add configure options.
Jason Evans
2014-10-10
1
-0/+67
*
Add instructions for installing from non-packaged sources.
Jason Evans
2014-09-23
1
-2/+15
*
Whitespace cleanups.
Jason Evans
2014-09-05
1
-3/+3
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-6/+0
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-4/+0
*
Reverse the cc-silence default.
Jason Evans
2014-04-15
1
-4/+4
*
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-15
1
-3/+0
*
Add test code coverage analysis.
Jason Evans
2013-12-07
1
-0/+13
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
1
-2/+2
*
Allow to enable ivsalloc independently
Mike Hommey
2012-12-23
1
-0/+6
*
Allow to disable the zone allocator on Darwin
Mike Hommey
2012-12-23
1
-0/+4
*
Allow to build without exporting symbols
Mike Hommey
2012-11-25
1
-0/+5
*
Add the --enable-mremap option.
Jason Evans
2012-05-09
1
-0/+6
*
Clean up documentation and formatting.
Jason Evans
2012-04-23
1
-5/+1
*
Add the --disable-munmap option.
Jason Evans
2012-04-17
1
-0/+7
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-2/+6
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
1
-0/+4
*
Add the --disable-experimental option.
Jason Evans
2012-03-03
1
-0/+3
*
Add fine-grained build/install targets.
Jason Evans
2012-03-03
1
-0/+13
*
Add --with-mangling.
Jason Evans
2012-03-02
1
-0/+13
[next]