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
*
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