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
/
include
/
jemalloc
/
internal
/
tcache.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't junk-fill reallocations unless usize changes.
Jason Evans
2013-12-16
1
-0/+1
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
1
-2/+2
*
Fix Valgrind integration.
Jason Evans
2013-02-01
1
-2/+2
*
Add and use JEMALLOC_ALWAYS_INLINE.
Jason Evans
2013-01-22
1
-9/+9
*
Tighten valgrind integration.
Jason Evans
2013-01-22
1
-0/+2
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
1
-63/+8
*
Make arena_salloc() an inline function.
Jason Evans
2012-04-20
1
-6/+7
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-10/+19
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
1
-1/+1
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-5/+5
*
Clean up tsd (no functional changes).
Jason Evans
2012-03-30
1
-1/+3
*
Work around TLS deallocation via free().
Jason Evans
2012-03-30
1
-2/+14
*
Add the "thread.tcache.enabled" mallctl.
Jason Evans
2012-03-27
1
-15/+101
*
Implement tsd.
Jason Evans
2012-03-23
1
-20/+15
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
1
-1/+1
*
Remove the lg_tcache_gc_sweep option.
Jason Evans
2012-03-05
1
-12/+11
*
Remove unused variables in tcache_dalloc_large().
Jason Evans
2012-02-29
1
-6/+1
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-8/+8
*
Streamline tcache-related malloc/free fast paths.
Jason Evans
2012-02-13
1
-3/+5
*
Remove magic.
Jason Evans
2012-02-13
1
-1/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-75/+39
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+431