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.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
|
*
Don't purge junk filled chunks when shrinking huge allocations
Mike Hommey
2015-08-28
2
-6/+12
|
*
Fix chunk purge hook calls for in-place huge shrinking reallocation.
Mike Hommey
2015-08-28
2
-2/+6
|
*
Fix arenas_cache_cleanup() and arena_get_hard().
Jason Evans
2015-08-28
2
-9/+8
|
*
Add JEMALLOC_CXX_THROW to the memalign() function prototype.
Jason Evans
2015-08-26
2
-1/+4
|
*
Fix arenas_cache_cleanup().
Christopher Ferris
2015-08-21
3
-2/+15
|
*
Silence compiler warnings for unreachable code.
Jason Evans
2015-08-20
1
-12/+14
|
*
Rename index_t to szind_t to avoid an existing type on Solaris.
Jason Evans
2015-08-19
7
-70/+71
|
*
Don't bitshift by negative amounts.
Jason Evans
2015-08-19
4
-13/+50
|
/
*
Merge branch 'dev'
4.0.0
Jason Evans
2015-08-17
131
-9046/+16699
|
\
|
*
Update ChangeLog for 4.0.0.
Jason Evans
2015-08-17
1
-2/+1
|
*
Improve arena.<i>.chunk_hooks documentation formatting.
Jason Evans
2015-08-14
1
-37/+46
|
*
Update in-place reallocation documentation.
Jason Evans
2015-08-14
1
-3/+9
[next]