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
...
|
*
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
|
*
Update large/huge size class cutoff documentation.
Jason Evans
2015-08-14
1
-9/+9
|
*
Fix a comment.
Jason Evans
2015-08-13
1
-1/+1
|
*
Fix gcc build failure (define __has_builtin).
Jason Evans
2015-08-12
1
-0/+3
|
*
Check whether gcc version supports __builtin_unreachable().
Jason Evans
2015-08-12
1
-0/+11
|
*
Fix a strict aliasing violation.
Jason Evans
2015-08-12
1
-1/+6
|
*
Fix test for MinGW.
Jason Evans
2015-08-12
1
-11/+15
|
*
Fix chunk_dalloc_arena() re: zeroing due to purge.
Jason Evans
2015-08-12
1
-1/+1
|
*
Update list of private symbols.
Jason Evans
2015-08-12
1
-25/+14
|
*
Fix assertion in test.
Jason Evans
2015-08-12
1
-1/+1
|
*
Remove obsolete entry.
Jason Evans
2015-08-12
1
-4/+0
|
*
Stop forcing --enable-munmap on MinGW.
Jason Evans
2015-08-12
2
-8/+1
|
*
Try to decommit new chunks.
Jason Evans
2015-08-12
4
-15/+27
|
*
Refactor arena_mapbits_{small,large}_set() to not preserve unzeroed.
Jason Evans
2015-08-11
3
-54/+73
|
*
Fix build failure.
Jason Evans
2015-08-11
1
-1/+1
|
*
Make --enable-tls and --enable-lazy-lock take precedence over configure.ac-ha...
Mike Hommey
2015-08-11
1
-5/+9
|
*
Refactor arena_mapbits unzeroed flag management.
Jason Evans
2015-08-11
4
-37/+35
|
*
Arena chunk decommit cleanups and fixes.
Jason Evans
2015-08-11
5
-29/+55
|
*
Add no-OOM assertions to test.
Jason Evans
2015-08-07
1
-6/+12
|
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
15
-267/+545
|
*
Fix an in-place growing large reallocation regression.
Jason Evans
2015-08-07
1
-5/+6
|
*
work around _FORTIFY_SOURCE false positive
Daniel Micay
2015-08-04
1
-0/+3
|
*
MSVC compatibility changes
Matthijs
2015-08-04
4
-16/+45
|
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
20
-553/+1022
|
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
7
-4/+44
|
*
Fix huge_ralloc_no_move() to succeed more often.
Jason Evans
2015-07-25
2
-3/+4
|
*
Fix huge_palloc() to handle size rather than usize input.
Jason Evans
2015-07-24
2
-7/+13
|
*
Fix sa2u() regression.
Jason Evans
2015-07-24
1
-1/+1
[prev]
[next]