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
*
Merge branch 'dev'
4.0.4
Jason Evans
2015-10-24
5
-48/+92
|
\
|
*
Update ChangeLog for 4.0.4.
Jason Evans
2015-10-24
1
-1/+6
|
*
Fix a manual editing error.
Jason Evans
2015-10-19
1
-2/+2
|
*
Fix intermittent xallocx() test failures.
Jason Evans
2015-10-01
1
-43/+65
|
*
Fix a xallocx(..., MALLOCX_ZERO) bug.
Jason Evans
2015-09-25
3
-3/+20
|
/
*
Merge branch 'dev'
4.0.3
Jason Evans
2015-09-25
7
-23/+183
|
\
|
*
Update ChangeLog for 4.0.3.
Jason Evans
2015-09-25
1
-1/+3
|
*
Remove fragile xallocx() test case.
Jason Evans
2015-09-25
1
-9/+0
|
*
Work around an NPTL-specific TSD issue.
Jason Evans
2015-09-24
2
-0/+5
|
*
Make mallocx() OOM test more robust.
Jason Evans
2015-09-24
1
-3/+14
|
*
Fix xallocx(..., MALLOCX_ZERO) bugs.
Jason Evans
2015-09-24
4
-15/+148
|
*
Fix prof_tctx_dump_iter() to filter.
Jason Evans
2015-09-22
2
-5/+23
|
/
*
Merge branch 'dev'
4.0.2
Jason Evans
2015-09-21
7
-54/+114
|
\
|
*
Update ChangeLog for 4.0.2.
Jason Evans
2015-09-21
1
-1/+3
|
*
Fix tsd_boot1() to use explicit 'void' parameter list.
Craig Rodrigues
2015-09-21
1
-4/+4
|
*
Make arena_dalloc_large_locked_impl() static.
Jason Evans
2015-09-20
1
-1/+1
|
*
Add mallocx() OOM tests.
Jason Evans
2015-09-17
2
-0/+72
|
*
Expand check_integration_prof testing.
Jason Evans
2015-09-17
1
-0/+1
|
*
Fix prof_alloc_rollback().
Jason Evans
2015-09-17
2
-1/+3
|
*
Simplify imallocx_prof_sample().
Jason Evans
2015-09-17
1
-26/+13
|
*
Fix irallocx_prof_sample().
Jason Evans
2015-09-17
2
-5/+7
|
*
Fix ixallocx_prof_sample().
Jason Evans
2015-09-17
2
-17/+11
|
/
*
Merge branch 'dev'
4.0.1
Jason Evans
2015-09-15
27
-428/+1008
|
\
|
*
Update ChangeLog for 4.0.1.
Jason Evans
2015-09-15
1
-24/+47
|
*
Loosen expected xallocx() results.
Jason Evans
2015-09-15
1
-9/+9
|
*
Link test to librt if it contains clock_gettime(2).
Jason Evans
2015-09-15
2
-3/+13
|
*
Centralize xallocx() size[+extra] overflow checks.
Jason Evans
2015-09-15
2
-14/+11
|
*
Add more xallocx() overflow tests.
Jason Evans
2015-09-15
1
-0/+64
|
*
Reduce variable scope.
Dmitry-Me
2015-09-15
3
-9/+9
|
*
Address portability issues on Solaris.
Jason Evans
2015-09-15
2
-2/+3
|
*
Fix ixallocx_prof() to check for size greater than HUGE_MAXCLASS.
Jason Evans
2015-09-15
2
-3/+6
|
*
Don't run stress tests as part of check target.
Jason Evans
2015-09-15
1
-1/+1
|
*
Resolve an unsupported special case in arena_prof_tctx_set().
Jason Evans
2015-09-15
6
-6/+62
|
*
Fix prof_{malloc,free}_sample_object() call order in prof_realloc().
Jason Evans
2015-09-15
2
-3/+11
|
*
Fix ixallocx_prof_sample() argument order reversal.
Jason Evans
2015-09-15
2
-1/+3
|
*
s/max_usize/usize_max/g
Jason Evans
2015-09-15
1
-6/+6
|
*
s/oldptr/old_ptr/g
Jason Evans
2015-09-15
1
-15/+15
|
*
Make one call to prof_active_get_unlocked() per allocation event.
Jason Evans
2015-09-15
3
-18/+33
|
*
Fix irealloc_prof() to prof_alloc_rollback() on OOM.
Jason Evans
2015-09-15
2
-1/+4
|
*
Optimize irallocx_prof() to optimistically update the sampler state.
Jason Evans
2015-09-15
1
-3/+3
|
*
Fix ixallocx_prof() size+extra overflow.
Jason Evans
2015-09-15
1
-0/+3
|
*
Remove check_stress from check target's dependencies.
Jason Evans
2015-09-12
1
-4/+4
|
*
Rename arena_maxclass to large_maxclass.
Jason Evans
2015-09-12
8
-28/+28
|
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
9
-179/+394
|
*
Fix "prof.reset" mallctl-related corruption.
Jason Evans
2015-09-10
4
-20/+84
|
*
Reduce variables scope
Dmitry-Me
2015-09-04
1
-9/+10
|
*
Force initialization of the init_lock in malloc_init_hard on Windows XP
Mike Hommey
2015-09-04
1
-1/+15
|
*
Fix pointer comparision with undefined behavior.
Jason Evans
2015-09-04
1
-2/+2
|
*
Optimize arena_prof_tctx_set().
Jason Evans
2015-09-02
4
-28/+56
|
*
Fix TLS configuration.
Jason Evans
2015-09-02
2
-8/+16
[next]