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
*
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
*
Fix an integer overflow bug in {size2index,s2u}_compute().
Jason Evans
2015-07-10
3
-2/+96
*
Fix indentation.
Jason Evans
2015-07-09
1
-1/+1
*
Add a missing ChangeLog entry.
Jason Evans
2015-07-09
1
-0/+3
*
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
4
-57/+82
*
Fix an assignment type warning for tls_callback.
Jason Evans
2015-07-08
1
-2/+2
*
Fix typos ChangeLog
charsyam
2015-07-07
1
-1/+1
*
Minor ChangeLog edit.
Jason Evans
2015-07-07
1
-3/+2
*
Move a variable declaration closer to its use.
Jason Evans
2015-07-07
1
-1/+2
*
Optimizations for Windows
Matthijs
2015-06-25
4
-2/+36
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
9
-18/+86
*
Convert arena_maybe_purge() recursion to iteration.
Jason Evans
2015-06-23
2
-10/+27
*
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
*
Update a comment.
Jason Evans
2015-06-15
1
-1/+2
*
Clarify relationship between stats.resident and stats.mapped.
Jason Evans
2015-05-30
3
-7/+15
*
Bypass tcache when draining quarantined allocations.
Jason Evans
2015-05-30
1
-3/+3
*
Fix type errors in C11 versions of atomic_*() functions.
Chi-hung Hsieh
2015-05-28
1
-8/+8
*
Impose a minimum tcache count for small size classes.
Jason Evans
2015-05-20
2
-1/+10
*
Fix arena_dalloc() performance regression.
Jason Evans
2015-05-20
1
-1/+2
*
Fix performance regression in arena_palloc().
Jason Evans
2015-05-20
1
-2/+13
*
Fix nhbins calculation.
Jason Evans
2015-05-20
1
-1/+1
*
Avoid atomic operations for dependent rtree reads.
Jason Evans
2015-05-16
5
-26/+43
*
Fix type punning in calls to atomic operation functions.
Jason Evans
2015-05-08
2
-8/+15
*
Implement cache index randomization for large allocations.
Jason Evans
2015-05-06
10
-73/+279
[next]