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
*
Change AC_COMPILE_IFELSE into AC_LINK_IFELSE for the __sync_{add, sub}_and_fe...
Mike Hommey
2012-03-30
1
-14/+14
*
Force the lazy-lock feature on FreeBSD.
Jason Evans
2012-03-24
1
-0/+5
*
Use __sync_add_and_fetch and __sync_sub_and_fetch when they are available
Mike Hommey
2012-03-26
1
-0/+34
*
Port to FreeBSD.
Jason Evans
2012-02-03
1
-0/+11
*
Forcibly disable TLS on OS X.
Jason Evans
2012-03-23
1
-1/+5
*
Remove -no-cpp-precomp compiler flag for OS X.
Jason Evans
2012-03-23
1
-1/+1
*
Implement tsd.
Jason Evans
2012-03-23
1
-0/+20
*
Improve zone support for OSX
Mike Hommey
2012-03-20
1
-33/+26
*
Generalize dlsym() configuration.
Jason Evans
2012-03-19
1
-2/+4
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
1
-14/+14
*
Use AC_LINK_IFELSE() rather than AC_RUN_IFELSE() in JE_COMPILABLE().
Jason Evans
2012-03-19
1
-5/+5
*
Fix various documentation formatting regressions.
Jason Evans
2012-03-19
1
-4/+13
*
Look for pthreads functionality in libc.
Jason Evans
2012-03-16
1
-1/+4
*
Implement aligned_alloc().
Jason Evans
2012-03-13
1
-1/+1
*
Fix a regression in JE_COMPILABLE().
Jason Evans
2012-03-13
1
-14/+14
*
Fix --with-mangling/--with-jemalloc-prefix interaction.
Jason Evans
2012-03-12
1
-1/+4
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-0/+12
*
Tweak configure.ac to support cross-compiling.
Jason Evans
2012-03-05
1
-32/+46
*
Add the --disable-experimental option.
Jason Evans
2012-03-03
1
-9/+30
*
Add --with-mangling.
Jason Evans
2012-03-02
1
-1/+18
*
Enable support for junk/zero filling by default.
Jason Evans
2012-02-29
1
-4/+5
*
Enable the stats configuration option by default.
Jason Evans
2012-02-29
1
-3/+2
*
Remove the sysv option.
Jason Evans
2012-02-29
1
-17/+0
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-17/+7
*
Make 8-byte tiny size class non-optional.
Jason Evans
2012-02-13
1
-17/+0
*
Do not enable lazy locking by default.
Jason Evans
2012-02-13
1
-4/+4
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-17/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-1/+3
*
Refactor SO and REV make variables.
Jason Evans
2011-11-02
1
-4/+9
*
add autogenerated jemalloc.sh wrapper script
Antony Dovgal
2011-11-02
1
-1/+19
*
Add the --with-private-namespace option.
Jason Evans
2011-07-30
1
-4/+15
*
Adjust repo path dependencies.
Jason Evans
2011-04-01
1
-1/+1
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+927