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
*
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
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-27
1
-3/+41
*
Restructure *CFLAGS/*CXXFLAGS configuration.
Jason Evans
2016-12-16
1
-122/+152
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-13
1
-0/+72
*
Add --disable-syscall.
Jason Evans
2016-12-04
1
-9/+22
*
Implement a more reliable detection scheme for os_unfair_lock.
John Szakmeister
2016-11-23
1
-0/+5
*
Add pthread_atfork(3) feature test.
Jason Evans
2016-11-17
1
-0/+8
*
Refactor madvise(2) configuration.
Jason Evans
2016-11-17
1
-13/+25
*
Remove a residual comment.
Jason Evans
2016-11-17
1
-1/+0
*
Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."
Jason Evans
2016-11-16
1
-16/+1
*
Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.
Jason Evans
2016-11-12
1
-1/+16
*
Add configure support for *-*-linux-android.
Jason Evans
2016-11-10
1
-0/+12
*
Use -std=gnu11 if available.
Jason Evans
2016-11-04
1
-2/+8
*
Support Debian GNU/kFreeBSD.
Samuel Moritz
2016-11-03
1
-1/+1
*
Fix sycall(2) configure test for Linux.
Jason Evans
2016-11-03
1
-2/+1
*
Do not use syscall(2) on OS X 10.12 (deprecated).
Jason Evans
2016-11-03
1
-0/+17
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
1
-0/+14
*
Force no lazy-lock on Windows.
Jason Evans
2016-11-02
1
-5/+11
*
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
Jason Evans
2016-10-30
1
-6/+6
*
Fix EXTRA_CFLAGS to not affect configuration.
Jason Evans
2016-10-30
1
-4/+2
[next]