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
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add configure-time detection for madvise(..., MADV_DO[NT]DUMP)
David Goldblatt
2017-10-16
1
-0
/
+11
*
Remove the default value for JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS.
Qi Wang
2017-10-11
1
-2
/
+2
*
Define MADV_FREE on our own when needed.
Qi Wang
2017-10-11
1
-0
/
+9
*
Power: disable the CPU_SPINWAIT macro.
David Goldblatt
2017-10-04
1
-4
/
+3
*
dumpbin doesn't exist in mingw
Tamir Duberstein
2017-09-21
1
-1
/
+7
*
Allow toolchain to determine nm
Tamir Duberstein
2017-09-21
1
-1
/
+6
*
whitespace
Tamir Duberstein
2017-09-21
1
-7
/
+7
*
Fix support for GNU/kFreeBSD
Faidon Liambotis
2017-08-11
1
-1
/
+10
*
Implement opt.metadata_thp
Qi Wang
2017-08-11
1
-0
/
+3
*
Logging: allow logging with empty varargs.
David Goldblatt
2017-07-22
1
-0
/
+1
*
Add a logging facility.
David T. Goldblatt
2017-07-20
1
-0
/
+16
*
Enforce minimum autoconf version (currently 2.68).
Jason Evans
2017-06-29
1
-0
/
+1
*
Make sure LG_PAGE <= LG_HUGEPAGE.
Jason Evans
2017-06-28
1
-0
/
+4
*
Add thread name for background threads.
Qi Wang
2017-06-23
1
-0
/
+9
*
Normalize background thread configuration.
Jason Evans
2017-06-08
1
-0
/
+10
*
Add jemalloc prefix to allocator functions pruned by jeprof.
Jason Evans
2017-05-30
1
-0
/
+1
*
Add the --disable-thp option to support cross compiling.
Jason Evans
2017-05-30
1
-3
/
+22
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-8
/
+24
*
Automatically generate private symbol name mangling macros.
Jason Evans
2017-05-11
1
-21
/
+89
*
Remove unused private_unnamespace infrastructure.
Jason Evans
2017-05-11
1
-9
/
+0
*
Add --with-version=VERSION .
Jason Evans
2017-05-03
1
-3
/
+7
*
Add extent_destroy_t and use it during arena destruction.
Jason Evans
2017-04-29
1
-1
/
+1
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-6
/
+6
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-24
1
-14
/
+2
*
Remove --enable-code-coverage.
Jason Evans
2017-04-24
1
-26
/
+0
*
Remove --disable-cc-silence.
Jason Evans
2017-04-24
1
-23
/
+4
*
Remove --with-lg-tiny-min.
Jason Evans
2017-04-24
1
-9
/
+1
*
Remove --with-lg-size-class-group.
Jason Evans
2017-04-24
1
-8
/
+1
*
Add missing 'test' to LG_SIZEOF_PTR tests.
Jason Evans
2017-04-24
1
-3
/
+3
*
Enable -Wundef, when supported.
David Goldblatt
2017-04-21
1
-1
/
+4
*
Remove --enable-ivsalloc.
Jason Evans
2017-04-21
1
-18
/
+1
*
Remove --disable-tls.
Jason Evans
2017-04-21
1
-23
/
+4
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-17
/
+0
*
Only disable munmap(2) by default on 64-bit Linux.
Jason Evans
2017-04-17
1
-2
/
+6
*
Fix LD_PRELOAD_VAR configuration logic for 64-bit AIX.
Jason Evans
2017-04-17
1
-1
/
+1
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-3
/
+3
*
Port CPU_SPINWAIT to __powerpc64__
Rafael Folco
2017-04-10
1
-1
/
+2
*
Clamp LG_VADDR for 32-bit builds on x64.
Jason Evans
2017-03-22
1
-0
/
+3
*
Fix pages_purge_forced() to discard pages on non-Linux systems.
Jason Evans
2017-03-13
1
-0
/
+2
*
Implement per-CPU arena.
Qi Wang
2017-03-08
1
-0
/
+9
*
Introduce a backport of C11 atomics
David Goldblatt
2017-03-03
1
-22
/
+30
*
fix typo sytem -> system
charsyam
2017-03-01
1
-1
/
+1
*
Put -D_REENTRANT in CPPFLAGS rather than CFLAGS.
Jason Evans
2017-02-28
1
-1
/
+1
*
Avoid -lgcc for heap profiling if unwind.h is missing.
Jason Evans
2017-02-21
1
-1
/
+3
*
Determine rtree levels at compile time.
Jason Evans
2017-02-08
1
-0
/
+68
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-20
1
-2
/
+2
*
Remove -Werror=declaration-after-statement.
Jason Evans
2017-01-19
1
-1
/
+0
*
Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions
Mike Hommey
2017-01-17
1
-31
/
+0
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-26
1
-3
/
+41
*
Restructure *CFLAGS/*CXXFLAGS configuration.
Jason Evans
2016-12-16
1
-122
/
+152
[next]