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
...
|
*
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
|
*
Change arena_palloc_large() parameter from size to usize.
Jason Evans
2015-07-24
1
-12/+12
|
*
Leave PRI* macros defined after using them to define FMT*.
Jason Evans
2015-07-23
1
-11/+0
|
*
Force lazy_lock on MinGW.
Jason Evans
2015-07-23
1
-0/+1
|
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
18
-494/+224
|
*
Fix a compilation error.
Jason Evans
2015-07-22
1
-8/+10
|
*
Add JEMALLOC_FORMAT_PRINTF().
Jason Evans
2015-07-22
8
-20/+54
|
*
Port mq_get() to MinGW.
Jason Evans
2015-07-21
3
-13/+39
|
*
Move JEMALLOC_NOTHROW just after return type.
Jason Evans
2015-07-21
3
-74/+69
|
*
Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointers
Mike Hommey
2015-07-21
2
-4/+4
|
*
Fix more MinGW build warnings.
Jason Evans
2015-07-18
4
-43/+46
|
*
Add the config.cache_oblivious mallctl.
Jason Evans
2015-07-17
4
-1/+16
|
*
Remove extraneous ';' on closing 'extern "C"'
Dave Rigby
2015-07-16
1
-1/+1
|
*
Change default chunk size from 256 KiB to 2 MiB.
Jason Evans
2015-07-16
2
-2/+2
|
*
Revert to first-best-fit run/chunk allocation.
Jason Evans
2015-07-16
3
-78/+27
|
*
Add timer support for Windows.
Jason Evans
2015-07-13
2
-10/+24
|
*
Fix alloc_size configure test.
Jason Evans
2015-07-10
1
-3/+2
|
*
Add configure test for alloc_size attribute.
Jason Evans
2015-07-10
3
-2/+21
|
*
Avoid function prototype incompatibilities.
Jason Evans
2015-07-10
7
-49/+100
[prev]
[next]