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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
MSVC compatibility changes
Matthijs
2015-08-04
3
-8/+29
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
8
-38/+151
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
2
-0/+16
*
Fix huge_palloc() to handle size rather than usize input.
Jason Evans
2015-07-24
1
-1/+1
*
Fix sa2u() regression.
Jason Evans
2015-07-24
1
-1/+1
*
Leave PRI* macros defined after using them to define FMT*.
Jason Evans
2015-07-23
1
-11/+0
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
5
-346/+77
*
Add JEMALLOC_FORMAT_PRINTF().
Jason Evans
2015-07-22
3
-11/+25
*
Move JEMALLOC_NOTHROW just after return type.
Jason Evans
2015-07-21
2
-38/+42
*
Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointers
Mike Hommey
2015-07-21
1
-2/+2
*
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
1
-1/+1
*
Revert to first-best-fit run/chunk allocation.
Jason Evans
2015-07-16
1
-1/+1
*
Add configure test for alloc_size attribute.
Jason Evans
2015-07-10
2
-2/+10
*
Avoid function prototype incompatibilities.
Jason Evans
2015-07-10
3
-24/+54
*
Fix an integer overflow bug in {size2index,s2u}_compute().
Jason Evans
2015-07-10
1
-2/+6
*
Fix MinGW build warnings.
Jason Evans
2015-07-08
1
-8/+30
*
Optimizations for Windows
Matthijs
2015-06-25
1
-0/+12
*
Fix size class overflow handling when profiling is enabled.
Jason Evans
2015-06-24
2
-8/+4
*
Convert arena_maybe_purge() recursion to iteration.
Jason Evans
2015-06-23
1
-0/+3
*
Update a comment.
Jason Evans
2015-06-15
1
-1/+2
*
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
1
-0/+5
*
Fix arena_dalloc() performance regression.
Jason Evans
2015-05-20
1
-1/+2
*
Avoid atomic operations for dependent rtree reads.
Jason Evans
2015-05-16
3
-11/+28
*
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
4
-22/+56
*
Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.
Jason Evans
2015-03-24
2
-2/+4
*
Add the "stats.allocated" mallctl.
Jason Evans
2015-03-24
3
-2/+3
*
Fix indentation inconsistencies.
Igor Podlesny
2015-03-22
1
-6/+6
*
Restore --enable-ivsalloc.
Jason Evans
2015-03-19
2
-0/+13
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
4
-4/+26
*
Use InterlockedCompareExchange instead of non-existing InterlockedCompareExch...
Mike Hommey
2015-03-17
1
-1/+1
*
Fix heap profiling regressions.
Jason Evans
2015-03-16
1
-1/+22
*
Fix a heap profiling regression.
Jason Evans
2015-03-14
1
-0/+1
*
Fix unsigned comparison underflow.
Jason Evans
2015-03-12
1
-1/+1
*
Normalize rdelm/rd structure field naming.
Jason Evans
2015-03-11
2
-23/+23
*
Refactor dirty run linkage to reduce sizeof(extent_node_t).
Jason Evans
2015-03-11
3
-16/+47
*
Use first-fit rather than first-best-fit run/chunk allocation.
Jason Evans
2015-03-07
1
-1/+1
*
Change default chunk size from 4 MiB to 256 KiB.
Jason Evans
2015-03-07
1
-1/+1
*
Preserve LastError when calling TlsGetValue
Mike Hommey
2015-03-04
1
-2/+6
*
Make --without-export actually work
Mike Hommey
2015-03-04
2
-5/+15
*
Fix chunk cache races.
Jason Evans
2015-02-19
3
-6/+16
*
Rename "dirty chunks" to "cached chunks".
Jason Evans
2015-02-18
4
-18/+42
*
Fix chunk_unmap() to propagate dirty state.
Jason Evans
2015-02-18
1
-1/+1
*
arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init()
Jason Evans
2015-02-18
2
-0/+10
*
Remove obsolete type arena_chunk_miscelms_t.
Jason Evans
2015-02-18
1
-1/+0
*
Simplify extent_node_t and add extent_node_init().
Jason Evans
2015-02-17
2
-13/+23
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
5
-33/+195
*
Remove more obsolete (incorrect) assertions.
Jason Evans
2015-02-16
1
-2/+0
[next]