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
*
Compile with -Wshorten-64-to-32.
Jason Evans
2016-02-24
1
-0/+1
*
Fix overflow in prng_range().
Jason Evans
2016-02-21
1
-1/+13
*
Add CPU "pause" intrinsic for MSVC
rustyx
2016-02-20
1
-6/+16
*
Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " i...
rustyx
2016-02-20
1
-1/+1
*
Detect LG_SIZEOF_PTR depending on MSVC platform target
rustyx
2016-02-20
1
-6/+11
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-0/+10
*
Use AC_CONFIG_AUX_DIR([build-aux]).
Jason Evans
2015-11-12
1
-0/+2
*
Link test to librt if it contains clock_gettime(2).
Jason Evans
2015-09-15
1
-0/+9
*
Address portability issues on Solaris.
Jason Evans
2015-09-15
1
-1/+2
*
Fix TLS configuration.
Jason Evans
2015-09-02
1
-8/+14
*
Stop forcing --enable-munmap on MinGW.
Jason Evans
2015-08-12
1
-4/+0
*
Make --enable-tls and --enable-lazy-lock take precedence over configure.ac-ha...
Mike Hommey
2015-08-11
1
-5/+9
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
1
-0/+12
*
Force lazy_lock on MinGW.
Jason Evans
2015-07-23
1
-0/+1
*
Add JEMALLOC_FORMAT_PRINTF().
Jason Evans
2015-07-22
1
-0/+20
*
Fix alloc_size configure test.
Jason Evans
2015-07-10
1
-3/+2
*
Add configure test for alloc_size attribute.
Jason Evans
2015-07-10
1
-0/+11
*
Avoid function prototype incompatibilities.
Jason Evans
2015-07-10
1
-0/+1
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
1
-0/+1
*
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
[next]