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
/
jemalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add nallocm().
Jason Evans
2012-02-29
1
-0/+22
*
Use glibc allocator hooks.
Jason Evans
2012-02-29
1
-0/+24
*
Do not enforce minimum alignment in memalign().
Jason Evans
2012-02-29
1
-6/+8
*
Enable the stats configuration option by default.
Jason Evans
2012-02-29
1
-2/+0
*
Remove the sysv option.
Jason Evans
2012-02-29
1
-47/+7
*
Fix realloc(p, 0) to act like free(p).
Jason Evans
2012-02-29
1
-13/+19
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-35/+18
*
Remove the opt.lg_prof_bt_max option.
Jason Evans
2012-02-14
1
-2/+0
*
Remove the opt.lg_prof_tcmax option.
Jason Evans
2012-02-14
1
-2/+0
*
Silence compiler warnings.
Jason Evans
2012-02-13
1
-5/+25
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-9/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-414/+194
*
Fix rallocm() test to support >4KiB pages.
Jason Evans
2011-11-06
1
-1/+1
*
Initialize arenas_tsd before setting it.
Jason Evans
2011-11-04
1
-8/+8
*
Fix a prof-related bug in realloc().
Jason Evans
2011-08-31
1
-3/+8
*
Add missing prof_malloc() call in allocm().
Jason Evans
2011-08-13
1
-3/+2
*
Fix off-by-one backtracing issues.
Jason Evans
2011-08-12
1
-13/+36
*
Conditionalize an isalloc() call in rallocm().
Jason Evans
2011-08-12
1
-2/+2
*
Fix two prof-related bugs in rallocm().
Jason Evans
2011-08-12
1
-3/+10
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+1847