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
*
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
*
Arena chunk decommit cleanups and fixes.
Jason Evans
2015-08-11
2
-27/+51
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
6
-151/+350
*
Fix an in-place growing large reallocation regression.
Jason Evans
2015-08-07
1
-5/+6
*
MSVC compatibility changes
Matthijs
2015-08-04
1
-8/+16
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
8
-403/+556
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
2
-0/+9
*
Fix huge_ralloc_no_move() to succeed more often.
Jason Evans
2015-07-25
1
-1/+1
*
Fix huge_palloc() to handle size rather than usize input.
Jason Evans
2015-07-24
1
-6/+12
*
Change arena_palloc_large() parameter from size to usize.
Jason Evans
2015-07-24
1
-12/+12
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
4
-60/+59
*
Add JEMALLOC_FORMAT_PRINTF().
Jason Evans
2015-07-22
2
-5/+5
*
Move JEMALLOC_NOTHROW just after return type.
Jason Evans
2015-07-21
1
-36/+27
*
Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointers
Mike Hommey
2015-07-21
1
-2/+2
*
Add the config.cache_oblivious mallctl.
Jason Evans
2015-07-17
1
-0/+3
*
Revert to first-best-fit run/chunk allocation.
Jason Evans
2015-07-16
2
-77/+26
*
Avoid function prototype incompatibilities.
Jason Evans
2015-07-10
1
-20/+40
*
Fix a variable declaration typo.
Jason Evans
2015-07-08
1
-1/+1
*
Use jemalloc_ffs() rather than ffs().
Jason Evans
2015-07-08
1
-4/+12
*
Fix MinGW build warnings.
Jason Evans
2015-07-08
3
-49/+52
*
Fix an assignment type warning for tls_callback.
Jason Evans
2015-07-08
1
-2/+2
*
Move a variable declaration closer to its use.
Jason Evans
2015-07-07
1
-1/+2
*
Optimizations for Windows
Matthijs
2015-06-25
3
-2/+24
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
1
-4/+12
*
Convert arena_maybe_purge() recursion to iteration.
Jason Evans
2015-06-23
1
-10/+24
*
Add alignment assertions to public aligned allocation functions.
Jason Evans
2015-06-23
1
-28/+33
*
Fix two valgrind integration regressions.
Jason Evans
2015-06-22
2
-3/+9
[next]