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
*
Implement cache index randomization for large allocations.
Jason Evans
2015-05-06
1
-0/+18
*
Rename pprof to jeprof.
Jason Evans
2015-05-01
1
-1/+1
*
Embed full library install when running ld on OS X.
Jason Evans
2015-05-01
1
-1/+1
*
OpenBSD don't support TLS
Sébastien Marie
2015-04-07
1
-1/+7
*
Restore --enable-ivsalloc.
Jason Evans
2015-03-19
1
-1/+22
*
adding support for bitrig
Dave Huseby
2015-02-26
1
-1/+1
*
Fix --enable-debug regression.
Jason Evans
2015-02-16
1
-0/+3
*
Put VERSION file in object directory
Dan McGregor
2015-02-13
1
-11/+15
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-21/+1
*
Fix shell test to use = instead of ==.
Jason Evans
2015-02-05
1
-1/+1
*
Fix quoting for CONFIG-related sed expression.
Jason Evans
2015-01-26
1
-1/+1
*
add openbsd support
Sébastien Marie
2015-01-25
1
-0/+5
*
Implement the jemalloc-config script.
Jason Evans
2015-01-23
1
-3/+7
*
Make mixed declarations an error
Mike Hommey
2014-12-18
1
-0/+1
*
Ignore MALLOC_CONF in set{uid,gid,cap} binaries.
Daniel Micay
2014-12-14
1
-0/+18
*
Add a C11 atomics-based implementation of atomic.h API.
Chih-hung Hsieh
2014-12-07
1
-0/+21
*
Fix variable declaration with no type in the configure script.
Guilherme Goncalves
2014-10-20
1
-1/+1
*
Add --with-lg-tiny-min, generalize --with-lg-quantum.
Jason Evans
2014-10-11
1
-4/+17
*
Add AC_CACHE_CHECK() for pause instruction.
Jason Evans
2014-10-11
1
-3/+4
*
Add configure options.
Jason Evans
2014-10-10
1
-10/+35
*
Don't configure HAVE_SSE2.
Jason Evans
2014-10-09
1
-10/+0
*
Don't force TLS on behalf of heap profiling.
Jason Evans
2014-10-04
1
-5/+0
*
correctly detect adaptive mutexes in pthreads
Eric Wong
2014-09-29
1
-0/+12
*
autoconf: Support cygwin in addition to mingw
Dave Rigby
2014-09-24
1
-1/+1
*
Generate a pkg-config file
Nick White
2014-09-19
1
-0/+3
*
fix tls_model autoconf test
Daniel Micay
2014-09-16
1
-1/+1
*
Add support for sized deallocation.
Daniel Micay
2014-09-09
1
-1/+1
*
Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in.
Jason Evans
2014-09-08
1
-0/+3
*
Make VERSION generation more robust.
Jason Evans
2014-09-02
1
-4/+26
*
Test for availability of malloc hooks via autoconf
Sara Golemon
2014-08-22
1
-0/+31
*
Set VERSION also when the source directory is a git submodule using a ".git" ...
Psi Mankoski
2014-08-12
1
-2/+2
*
Merge pull request #102 from mneumann/dfly
Jason Evans
2014-08-06
1
-0/+5
|
\
|
*
Support DragonFlyBSD
Michael Neumann
2014-08-05
1
-0/+5
*
|
Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configure
Mike Hommey
2014-08-05
1
-23/+23
|
/
*
Fix unportable == operator in configure scripts
Steven Stewart-Gallus
2014-06-19
1
-3/+3
*
Support for iOS compilation
Valerii Hiora
2014-06-04
1
-1/+1
*
Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT test
Mike Hommey
2014-06-04
1
-40/+39
*
Check for __builtin_ffsl before ffsl.
Mike Hommey
2014-06-04
1
-13/+14
*
Add check for madvise(2) to configure.ac.
Richard Diamond
2014-06-03
1
-0/+14
*
Try to use __builtin_ffsl if ffsl is unavailable.
Richard Diamond
2014-06-02
1
-5/+25
*
Make in-tree MSVC builds work
Mike Hommey
2014-06-02
1
-2/+2
*
Add -FS flag to support parallel builds with MSVC 2013
Mike Hommey
2014-06-02
1
-0/+1
*
Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 s...
Mike Hommey
2014-06-02
1
-0/+4
*
Add size class computation capability.
Jason Evans
2014-05-29
1
-0/+23
*
STATIC_PAGE_SHIFT for cross-compiling jemalloc
Daniel Micay
2014-05-28
1
-1/+2
*
Use a configure test to detect the form of malloc_usable_size in malloc.h
Mike Hommey
2014-05-27
1
-2/+16
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-28/+0
*
Update libunwind configuration check to look for unw_backtrace().
Jason Evans
2014-04-23
1
-1/+1
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-18/+5
*
Reverse the cc-silence default.
Jason Evans
2014-04-15
1
-5/+4
[next]