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
/
jemalloc
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-927/+0
*
Revert "Add support for libunwind backtrace caching."
Jason Evans
2011-03-23
1
-12/+1
*
Add support for libunwind backtrace caching.
je@facebook.com
2011-03-24
1
-1/+12
*
Use OSSpinLock*() for locking on OS X.
Jason Evans
2011-03-19
1
-0/+15
*
Add atomic operation support for OS X.
Jason Evans
2011-03-19
1
-0/+22
*
Use bitmaps to track small regions.
Jason Evans
2011-03-17
1
-0/+18
*
Improve backtracing-related configuration.
Jason Evans
2011-03-16
1
-37/+84
*
Set default symbol visibility to hidden.
Jason Evans
2011-03-15
1
-11/+11
*
Use mremap(2) for huge realloc().
Jason Evans
2010-12-01
1
-0/+10
*
Convert man page from roff to DocBook.
Jason Evans
2010-11-27
1
-75/+28
*
Use madvise(..., MADV_FREE) on OS X.
Jason Evans
2010-10-24
1
-1/+1
*
Replace JEMALLOC_OPTIONS with MALLOC_CONF.
Jason Evans
2010-10-24
1
-1/+14
*
Re-organize prof-libgcc configuration.
Jason Evans
2010-10-07
1
-7/+10
*
Fix tests build when --with-install-suffix is set.
Jason Evans
2010-10-07
1
-0/+3
*
Print prof-libgcc configure setting.
Jason Evans
2010-10-03
1
-0/+1
*
Fix compiler warnings.
Jason Evans
2010-09-21
1
-0/+18
*
Add memalign() and valloc() overrides.
Jason Evans
2010-09-20
1
-0/+8
*
Store full git GID in VERSION.
Jason Evans
2010-09-18
1
-1/+1
*
Port to Mac OS X.
Jason Evans
2010-09-12
1
-67/+107
*
Add the thread.arena mallctl.
Jason Evans
2010-08-14
1
-0/+5
*
Don't build with -march=native.
Jason Evans
2010-04-08
1
-1/+0
*
Fix build system problems.
Jason Evans
2010-04-08
1
-6/+6
*
Fix various config/build issues.
Jason Evans
2010-03-04
1
-8/+13
*
Add the --with-static-libunwind configure option.
Jason Evans
2010-03-02
1
-1/+14
*
Add release versioning support.
0.0.0
Jason Evans
2010-03-02
1
-1/+15
*
Implement sampling for heap profiling.
Jason Evans
2010-03-02
1
-0/+1
*
Restructure source tree.
Jason Evans
2010-02-11
1
-9/+9
*
Remove tracing (--enable-trace).
Jason Evans
2010-02-11
1
-52/+0
*
Add JEMALLOC_PROF_PREFIX support.
Jason Evans
2010-02-11
1
-0/+3
*
Various heap profiling improvements.
Jason Evans
2010-02-11
1
-0/+23
*
Implement allocation profiling and leack checking.
Jason Evans
2010-02-10
1
-0/+48
*
Add the --enable-swap configure option.
Jason Evans
2010-01-24
1
-0/+23
*
Add the --disable-tls configure option.
Jason Evans
2010-01-17
1
-26/+39
*
Add the --with-install-suffix configure option.
Jason Evans
2010-01-17
1
-16/+46
*
Refactor jemalloc.c into multiple source files.
Jason Evans
2010-01-16
1
-10/+4
*
Make malloc_stats_print() a public symbol, and make it repeatedly callable.
Jason Evans
2010-01-03
1
-0/+1
*
Simplify JEMALLOC_ATTR_* macros to become JEMALLOC_ATTR().
Jason Evans
2010-01-03
1
-4/+1
*
Use "lg" prefix rather than "2pow" suffix to indicate base 2 logarithms.
Jason Evans
2009-12-29
1
-4/+13
*
Convert thread-specific caching from magazines, and implement incremental GC.
Jason Evans
2009-12-29
1
-21/+30
*
Remove the dynamic rebalancing code, since magazines reduce its utility.
Jason Evans
2009-12-29
1
-23/+0
*
Implement thread-aware allocation event tracing.
Jason Evans
2009-12-29
1
-1/+24
*
Add --with-jemalloc-prefix, which supports API mangling.
Jason Evans
2009-12-29
1
-1/+26
*
Fix configure docs (--enable-lazy-lock --> --disable-lazy-lock).
Jason Evans
2009-11-09
1
-1/+1
*
Integrate mtrgraph and mtrplay.
Jason Evans
2009-07-02
1
-0/+24
*
Add configure tests for CFLAGS settings.
Jason Evans
2009-06-30
1
-16/+78
*
Clean up the manpage and conditionalize various portions according to how
Jason Evans
2009-06-26
1
-5/+60
*
Implement configuration system.
Jason Evans
2009-06-24
1
-0/+475