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
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
1
-4/+5
*
If MALLOCX_ARENA(a) is specified, use it during tcache fill.
Jason Evans
2015-02-13
1
-9/+10
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-4/+4
*
Fix a regression in tcache_bin_flush_small().
Jason Evans
2015-02-12
1
-1/+1
*
Test and fix tcache ID recycling.
Jason Evans
2015-02-10
1
-1/+1
*
Implement explicit tcache support.
Jason Evans
2015-02-10
1
-41/+125
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-2/+2
*
Add configure options.
Jason Evans
2014-10-10
1
-41/+12
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
1
-1/+13
*
Normalize size classes.
Jason Evans
2014-10-06
1
-4/+4
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
1
-1/+2
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
1
-4/+4
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-77/+24
*
Refactor chunk map.
Qinfan Wu
2014-09-05
1
-5/+6
*
Remove junk filling in tcache_bin_flush_small().
Qinfan Wu
2014-08-27
1
-4/+0
*
outline rare tcache_get codepaths
Ben Maurer
2014-04-16
1
-0/+40
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-2/+2
*
Fix a data race for large allocation stats counters.
Jason Evans
2013-10-21
1
-1/+4
*
Fix a prof-related locking order bug.
Jason Evans
2013-02-06
1
-4/+11
*
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