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
*
Rename index_t to szind_t to avoid an existing type on Solaris.
Jason Evans
2015-08-19
1
-9/+9
*
Impose a minimum tcache count for small size classes.
Jason Evans
2015-05-20
1
-0/+5
*
If MALLOCX_ARENA(a) is specified, use it during tcache fill.
Jason Evans
2015-02-13
1
-13/+15
*
Implement explicit tcache support.
Jason Evans
2015-02-10
1
-33/+69
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
1
-5/+5
*
Style and spelling fixes.
Jason Evans
2014-12-09
1
-1/+1
*
Add configure options.
Jason Evans
2014-10-10
1
-2/+2
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
1
-0/+1
*
Normalize size classes.
Jason Evans
2014-10-06
1
-25/+27
*
Don't disable tcache for lazy-lock.
Jason Evans
2014-10-04
1
-2/+0
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
1
-16/+5
*
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
-51/+37
*
Apply likely()/unlikely() to allocation/deallocation fast paths.
Jason Evans
2014-09-12
1
-16/+16
*
mark some conditions as unlikely
Daniel Micay
2014-09-11
1
-1/+1
*
Refactor small_size2bin and small_bin2size.
Jason Evans
2014-04-17
1
-2/+2
*
Merge pull request #73 from bmaurer/smallmalloc
Jason Evans
2014-04-16
1
-36/+5
|
\
|
*
Create a const array with only a small bin to size map
Ben Maurer
2014-04-16
1
-3/+3
|
*
outline rare tcache_get codepaths
Ben Maurer
2014-04-16
1
-33/+2
*
|
Optimize Valgrind integration.
Jason Evans
2014-04-15
1
-6/+1
|
/
*
Remove support for non-prof-promote heap profiling metadata.
Jason Evans
2014-04-11
1
-1/+1
*
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