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
/
arena.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-108/+98
*
Fix fork-related bugs.
Jason Evans
2012-03-13
1
-0/+30
*
Remove unused variable in arena_run_split().
Jason Evans
2012-02-29
1
-2/+1
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-329/+40
*
Fix bin->runcur management.
Jason Evans
2012-02-14
1
-62/+72
*
Remove highruns statistics.
Jason Evans
2012-02-13
1
-29/+0
*
Make 8-byte tiny size class non-optional.
Jason Evans
2012-02-13
1
-72/+29
*
Streamline tcache-related malloc/free fast paths.
Jason Evans
2012-02-13
1
-29/+0
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-2/+3
*
Remove magic.
Jason Evans
2012-02-13
1
-15/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-438/+300
*
Fix huge_ralloc to maintain chunk statistics.
Jason Evans
2011-11-11
1
-1/+1
*
Fix two prof-related bugs in rallocm().
Jason Evans
2011-08-12
1
-0/+1
*
Fix assertions in arena_purge().
Jason Evans
2011-06-13
1
-2/+2
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+2703