index
:
platform_external_jemalloc_new
android10-c2f2-release
android10-c2f2-s1-release
android10-c2f2-s2-release
android10-d4-release
android10-d4-s1-release
android10-dev
android10-gsi
android10-mainline-a-release
android10-mainline-media-release
android10-mainline-networking-release
android10-mainline-release
android10-mainline-resolv-release
android10-mainline-tzdata-release
android10-qpr1-b-release
android10-qpr1-b-s1-release
android10-qpr1-c-release
android10-qpr1-c-s1-release
android10-qpr1-d-release
android10-qpr1-mainline-release
android10-qpr1-release
android10-qpr2-release
android10-qpr2-s1-release
android10-qpr2-s2-release
android10-qpr2-s3-release
android10-qpr2-s4-release
android10-qpr3-release
android10-qpr3-s1-release
android10-release
android10-s1-release
android10-s2-release
android10-s3-release
android10-security-release
android10-tests-release
android11-dev
android11-gsi
android11-mainline-release
android11-release
android11-tests-release
master
master-cuttlefish-testing-release
master-plus-llvm
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-dev
upstream-jemalloc
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
INSTALL
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-26
1
-0
/
+5
*
Restructure *CFLAGS/*CXXFLAGS configuration.
Jason Evans
2016-12-16
1
-9
/
+10
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-12
1
-0
/
+4
*
Add --disable-syscall.
Jason Evans
2016-12-03
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-05
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-14
1
-0
/
+4
*
Add --with-malloc-conf.
Jason Evans
2016-02-19
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-24
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-18
1
-0
/
+6
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-6
/
+0
*
Fix line wrapping.
Jason Evans
2014-10-14
1
-10
/
+10
*
Add --with-lg-tiny-min, generalize --with-lg-quantum.
Jason Evans
2014-10-10
1
-6
/
+26
*
Add configure options.
Jason Evans
2014-10-09
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-04
1
-3
/
+3
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-15
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-14
1
-4
/
+4
*
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-14
1
-3
/
+0
*
Add test code coverage analysis.
Jason Evans
2013-12-06
1
-0
/
+13
*
Refactor to support more varied testing.
Jason Evans
2013-12-03
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-16
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-02
1
-0
/
+3
*
Add fine-grained build/install targets.
Jason Evans
2012-03-02
1
-0
/
+13
*
Add --with-mangling.
Jason Evans
2012-03-01
1
-0
/
+13
*
Enable support for junk/zero filling by default.
Jason Evans
2012-02-28
1
-2
/
+2
*
Enable the stats configuration option by default.
Jason Evans
2012-02-28
1
-2
/
+2
*
Remove the sysv option.
Jason Evans
2012-02-28
1
-5
/
+0
*
Simplify small size class infrastructure.
Jason Evans
2012-02-28
1
-8
/
+0
*
Make 8-byte tiny size class non-optional.
Jason Evans
2012-02-13
1
-7
/
+0
*
Do not enable lazy locking by default.
Jason Evans
2012-02-13
1
-2
/
+2
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-5
/
+0
*
Add the --with-private-namespace option.
Jason Evans
2011-07-30
1
-0
/
+6
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-03-31
1
-0
/
+251