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
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure JE_CXXFLAGS_ADD uses CPP compiler
Nehal J Wani
2018-01-04
1
-0/+2
*
Disable JEMALLOC_HAVE_MADVISE_HUGE for arm* CPUs.
marxin
2018-01-04
1
-0/+6
*
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-05
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-21
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-29
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-09
1
-0/+10
*
Add jemalloc prefix to allocator functions pruned by jeprof.
Jason Evans
2017-05-31
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-12
1
-21/+89
*
Remove unused private_unnamespace infrastructure.
Jason Evans
2017-05-12
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-25
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-22
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-23
1
-0/+3
*
Fix pages_purge_forced() to discard pages on non-Linux systems.
Jason Evans
2017-03-14
1
-0/+2
*
Implement per-CPU arena.
Qi Wang
2017-03-09
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-09
1
-0/+68
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
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-18
1
-31/+0
[next]