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
*
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
*
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-15
1
-20/+1
*
Allow libgcc-based backtracing on x86.
Jason Evans
2014-03-31
1
-16/+0
*
Keep frame pointers if using gcc frame intrinsics.
Jason Evans
2014-03-31
1
-0/+1
*
Adapt hash tests to big-endian systems.
Jason Evans
2014-03-30
1
-0/+5
*
Add configure test to verify SSE2 code compiles.
Jason Evans
2014-02-25
1
-12/+12
*
Add workaround for missing 'restrict' keyword.
Jason Evans
2014-02-25
1
-0/+5
*
Using MADV_FREE on Solaris/Illumos
George Kola
2014-02-12
1
-0/+1
*
Fix name mangling for stress tests.
Jason Evans
2014-01-17
1
-23/+77
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-1/+1
*
Integrate SFMT 1.3.3 into test infrastructure.
Jason Evans
2013-12-09
1
-0/+8
*
Normalize #define whitespace.
Jason Evans
2013-12-09
1
-1/+1
*
Add test code coverage analysis.
Jason Evans
2013-12-07
1
-1/+32
*
Disable floating point code/linking when possible.
Jason Evans
2013-12-06
1
-5/+6
*
Fix more test refactoring issues.
Jason Evans
2013-12-06
1
-0/+1
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
1
-20/+68
*
Avoid deprecated sbrk(2) on OS X.
Jason Evans
2013-12-04
1
-1/+7
[next]