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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify zone_good_size().
Jason Evans
2012-02-29
1
-15/+3
*
Add nallocm().
Jason Evans
2012-02-29
5
-25/+131
*
Use glibc allocator hooks.
Jason Evans
2012-02-29
3
-4/+28
*
Do not enforce minimum alignment in memalign().
Jason Evans
2012-02-29
1
-6/+8
*
Remove unused variables in stats_print().
Jason Evans
2012-02-29
1
-4/+0
*
Remove unused variable in arena_run_split().
Jason Evans
2012-02-29
1
-2/+1
*
Remove unused variables in tcache_dalloc_large().
Jason Evans
2012-02-29
1
-6/+1
*
Enable support for junk/zero filling by default.
Jason Evans
2012-02-29
2
-6/+7
*
Enable the stats configuration option by default.
Jason Evans
2012-02-29
3
-7/+4
*
Remove the sysv option.
Jason Evans
2012-02-29
8
-113/+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
17
-859/+328
*
Remove the opt.lg_prof_bt_max option.
Jason Evans
2012-02-14
6
-61/+18
*
Remove the opt.lg_prof_tcmax option.
Jason Evans
2012-02-14
6
-50/+8
*
Fix bin->runcur management.
Jason Evans
2012-02-14
1
-62/+72
*
Remove highruns statistics.
Jason Evans
2012-02-13
6
-84/+15
*
Make 8-byte tiny size class non-optional.
Jason Evans
2012-02-13
8
-145/+44
*
Do not enable lazy locking by default.
Jason Evans
2012-02-13
2
-6/+6
*
Silence compiler warnings.
Jason Evans
2012-02-13
1
-5/+25
*
Streamline tcache-related malloc/free fast paths.
Jason Evans
2012-02-13
4
-59/+36
*
Remove the swap feature.
Jason Evans
2012-02-13
17
-738/+26
*
Remove magic.
Jason Evans
2012-02-13
7
-45/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
27
-1718/+1187
*
Update ChangeLog for 2.2.5.
Jason Evans
2011-11-15
1
-0/+8
*
Fix malloc_stats_print(..., "a") output.
Jason Evans
2011-11-11
1
-1/+1
*
Fix huge_ralloc to maintain chunk statistics.
Jason Evans
2011-11-11
4
-14/+17
*
Fix huge_ralloc() race when using mremap(2).
Jason Evans
2011-11-09
1
-3/+9
*
Update ChangeLog for 2.2.4.
Jason Evans
2011-11-06
1
-0/+7
*
Fix rallocm() test to support >4KiB pages.
Jason Evans
2011-11-06
2
-5/+15
*
Initialize arenas_tsd before setting it.
Jason Evans
2011-11-04
1
-8/+8
*
Refactor SO and REV make variables.
Jason Evans
2011-11-02
3
-8/+12
*
add autogenerated jemalloc.sh wrapper script
Antony Dovgal
2011-11-02
4
-2/+30
*
Clean up rb documentation.
Jason Evans
2011-11-02
1
-46/+46
*
Update ChangeLog for 2.2.3.
Jason Evans
2011-08-31
1
-0/+14
*
Fix a prof-related race condition.
Jason Evans
2011-08-31
1
-6/+19
*
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
3
-82/+90
*
Document swap.fds mallctl as read-write.
Jason Evans
2011-08-12
1
-1/+1
*
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
2
-3/+11
*
Clean up prof-related comments.
Jason Evans
2011-08-10
1
-23/+16
*
Use prof_tdata_cleanup() argument.
Jason Evans
2011-08-09
1
-24/+19
*
Adjust relative #include for private_namespace.h.
Jason Evans
2011-07-31
1
-1/+1
*
Update ChangeLog for 2.2.2.
Jason Evans
2011-07-30
1
-0/+8
*
Add the --with-private-namespace option.
Jason Evans
2011-07-30
5
-4/+228
*
Fix assertions in arena_purge().
Jason Evans
2011-06-13
1
-2/+2
*
Use LLU suffix for all 64-bit constants.
Jason Evans
2011-05-22
3
-3/+3
*
Makefile.in - test/allocated requires pthread
Nathan McSween
2011-05-11
1
-2/+2
*
Adjust repo path dependencies.
Jason Evans
2011-04-01
2
-24/+24
[prev]
[next]