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
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-459/+0
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
1
-1/+1
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-06
1
-1/+0
*
Rename huge to large.
Jason Evans
2016-06-06
1
-12/+12
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-1/+1
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-21/+12
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-2/+2
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
1
-1/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-17/+16
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
1
-4/+3
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-4/+6
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-11/+11
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
1
-3/+4
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-5/+5
*
Make nhbins unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-1/+1
*
Use ticker for incremental tcache GC.
Jason Evans
2016-02-20
1
-4/+2
*
Fix a comment.
Jason Evans
2015-11-12
1
-1/+1
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
1
-36/+80
*
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
[next]