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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
4
-7/+6
*
Use ticker for incremental tcache GC.
Jason Evans
2016-02-20
1
-1/+2
*
Implement ticker.
Jason Evans
2016-02-20
1
-0/+2
*
Flesh out time_*() API.
Jason Evans
2016-02-20
1
-4/+154
*
Add time_update().
Cameron Evans
2016-02-20
1
-0/+36
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
3
-20/+28
*
Call malloc_test_boot0() from malloc_init_hard_recursible().
Cosmin Paraschiv
2016-01-11
1
-5/+16
*
Tweak code to allow compilation of concatenated src/*.c sources.
Jason Evans
2015-11-12
2
-3/+16
*
Reuse previously computed value
Dmitry-Me
2015-11-12
1
-2/+4
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
7
-114/+204
*
Allow const keys for lookup
Joshua Kahn
2015-11-09
2
-5/+6
*
Remove arena_run_dalloc_decommit().
Mike Hommey
2015-11-09
1
-23/+2
*
Fix a xallocx(..., MALLOCX_ZERO) bug.
Jason Evans
2015-09-25
1
-3/+9
*
Work around an NPTL-specific TSD issue.
Jason Evans
2015-09-24
1
-0/+3
*
Fix xallocx(..., MALLOCX_ZERO) bugs.
Jason Evans
2015-09-24
2
-14/+26
*
Fix prof_tctx_dump_iter() to filter.
Jason Evans
2015-09-22
1
-5/+17
*
Make arena_dalloc_large_locked_impl() static.
Jason Evans
2015-09-20
1
-1/+1
*
Add mallocx() OOM tests.
Jason Evans
2015-09-17
1
-0/+2
*
Fix prof_alloc_rollback().
Jason Evans
2015-09-17
1
-1/+1
*
Simplify imallocx_prof_sample().
Jason Evans
2015-09-17
1
-26/+13
*
Fix irallocx_prof_sample().
Jason Evans
2015-09-17
1
-5/+5
*
Fix ixallocx_prof_sample().
Jason Evans
2015-09-17
1
-17/+4
*
Centralize xallocx() size[+extra] overflow checks.
Jason Evans
2015-09-15
2
-14/+11
*
Reduce variable scope.
Dmitry-Me
2015-09-15
3
-9/+9
*
Fix ixallocx_prof() to check for size greater than HUGE_MAXCLASS.
Jason Evans
2015-09-15
1
-1/+5
*
Resolve an unsupported special case in arena_prof_tctx_set().
Jason Evans
2015-09-15
2
-3/+10
*
Fix ixallocx_prof_sample() argument order reversal.
Jason Evans
2015-09-15
1
-1/+1
*
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
1
-10/+19
*
Fix irealloc_prof() to prof_alloc_rollback() on OOM.
Jason Evans
2015-09-15
1
-1/+3
*
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
*
Rename arena_maxclass to large_maxclass.
Jason Evans
2015-09-12
2
-13/+13
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
2
-171/+140
*
Fix "prof.reset" mallctl-related corruption.
Jason Evans
2015-09-10
1
-3/+11
*
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
*
Optimize arena_prof_tctx_set().
Jason Evans
2015-09-02
1
-1/+1
*
Don't purge junk filled chunks when shrinking huge allocations
Mike Hommey
2015-08-28
1
-6/+8
*
Fix chunk purge hook calls for in-place huge shrinking reallocation.
Mike Hommey
2015-08-28
1
-2/+2
*
Fix arenas_cache_cleanup() and arena_get_hard().
Jason Evans
2015-08-28
1
-6/+5
*
Fix arenas_cache_cleanup().
Christopher Ferris
2015-08-21
1
-1/+5
*
Rename index_t to szind_t to avoid an existing type on Solaris.
Jason Evans
2015-08-19
2
-27/+27
*
Don't bitshift by negative amounts.
Jason Evans
2015-08-19
1
-4/+3
*
Fix a strict aliasing violation.
Jason Evans
2015-08-12
1
-1/+6
*
Fix chunk_dalloc_arena() re: zeroing due to purge.
Jason Evans
2015-08-12
1
-1/+1
*
Try to decommit new chunks.
Jason Evans
2015-08-12
3
-4/+13
*
Refactor arena_mapbits_{small,large}_set() to not preserve unzeroed.
Jason Evans
2015-08-11
2
-43/+67
*
Refactor arena_mapbits unzeroed flag management.
Jason Evans
2015-08-11
2
-22/+23
[prev]
[next]