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
/
src
/
tcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid arena_prof_accum()-related locking when possible.
Jason Evans
2012-11-13
1
-7/+2
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-2/+2
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
1
-13/+46
*
Make arena_salloc() an inline function.
Jason Evans
2012-04-20
1
-0/+6
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-1/+5
*
Always initialize tcache data structures.
Jason Evans
2012-04-06
1
-46/+38
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-5/+5
*
Add the "thread.tcache.enabled" mallctl.
Jason Evans
2012-03-27
1
-12/+15
*
Implement tsd.
Jason Evans
2012-03-23
1
-47/+54
*
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
-10/+0
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-15/+16
*
Streamline tcache-related malloc/free fast paths.
Jason Evans
2012-02-13
1
-3/+1
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-85/+45
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+480