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
/
arena.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor overly large/complex functions.
Jason Evans
2014-01-15
1
-0/+1
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
1
-1/+1
*
Add junk/zero filling unit tests, and fix discovered bugs.
Jason Evans
2014-01-08
1
-2/+13
*
Add quarantine unit tests.
Jason Evans
2013-12-17
1
-0/+6
*
Finish arena_prof_ctx_set() optimization.
Jason Evans
2013-12-16
1
-7/+7
*
Optimize arena_prof_ctx_set().
Jason Evans
2013-12-16
1
-9/+15
*
Remove unnecessary zeroing in arena_palloc().
Jason Evans
2013-10-30
1
-5/+6
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
1
-25/+41
*
Fix a prof-related locking order bug.
Jason Evans
2013-02-06
1
-13/+20
*
Add and use JEMALLOC_ALWAYS_INLINE.
Jason Evans
2013-01-22
1
-21/+21
*
Avoid arena_prof_accum()-related locking when possible.
Jason Evans
2012-11-13
1
-1/+41
*
Purge unused dirty pages in a fragmentation-reducing order.
Jason Evans
2012-11-06
1
-29/+24
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-5/+10
*
Fix large calloc() zeroing bugs.
Jason Evans
2012-05-11
1
-5/+10
*
Update a comment.
Jason Evans
2012-05-10
1
-9/+9
*
Further optimize and harden arena_salloc().
Jason Evans
2012-05-02
1
-33/+67
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
1
-71/+282
*
Make arena_salloc() an inline function.
Jason Evans
2012-04-20
1
-1/+41
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
1
-2/+1
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-16/+65
*
Remove arena_malloc_prechosen().
Jason Evans
2012-04-06
1
-14/+0
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
1
-15/+21
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-11/+11
*
Work around TLS deallocation via free().
Jason Evans
2012-03-30
1
-3/+4
*
Implement tsd.
Jason Evans
2012-03-23
1
-1/+15
*
Fix fork-related bugs.
Jason Evans
2012-03-13
1
-0/+3
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-90/+8
*
Remove highruns statistics.
Jason Evans
2012-02-13
1
-0/+4
*
Make 8-byte tiny size class non-optional.
Jason Evans
2012-02-13
1
-12/+7
*
Streamline tcache-related malloc/free fast paths.
Jason Evans
2012-02-13
1
-24/+30
*
Remove magic.
Jason Evans
2012-02-13
1
-11/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-70/+42
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+743