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
*
Fix lg_dirty_mult-related stats printing.
Jason Evans
2015-03-21
1
-66/+82
*
Restore --enable-ivsalloc.
Jason Evans
2015-03-19
6
-5/+43
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
13
-96/+457
*
Use InterlockedCompareExchange instead of non-existing InterlockedCompareExch...
Mike Hommey
2015-03-17
1
-1/+1
*
Fix heap profiling regressions.
Jason Evans
2015-03-16
2
-13/+31
*
Eliminate innocuous compiler warnings.
Jason Evans
2015-03-14
1
-0/+2
*
Fix a heap profiling regression.
Jason Evans
2015-03-14
2
-13/+32
*
use CLOCK_MONOTONIC in the timer if it's available
Daniel Micay
2015-03-13
2
-0/+27
*
Use the error code given to buferror on Windows
Mike Hommey
2015-03-13
1
-1/+1
*
Fix a heap profiling regression.
Jason Evans
2015-03-12
1
-2/+7
*
Fix unsigned comparison underflow.
Jason Evans
2015-03-12
2
-2/+2
*
Fix a declaration-after-statement regression.
Jason Evans
2015-03-11
1
-3/+2
*
Normalize rdelm/rd structure field naming.
Jason Evans
2015-03-11
3
-27/+27
*
Refactor dirty run linkage to reduce sizeof(extent_node_t).
Jason Evans
2015-03-11
4
-57/+95
*
Update ChangeLog.
Jason Evans
2015-03-09
1
-1/+150
*
Fix a chunk_recycle() regression.
Jason Evans
2015-03-07
1
-4/+15
*
Use first-fit rather than first-best-fit run/chunk allocation.
Jason Evans
2015-03-07
3
-30/+87
*
Quantize szad trees by size class.
Jason Evans
2015-03-07
4
-14/+39
*
Change default chunk size from 4 MiB to 256 KiB.
Jason Evans
2015-03-07
2
-14/+14
*
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
*
adding support for bitrig
Dave Huseby
2015-02-26
1
-1/+1
*
Fix a compilation error and an incorrect assertion.
Jason Evans
2015-02-19
1
-2/+2
*
Fix chunk cache races.
Jason Evans
2015-02-19
5
-134/+258
*
Rename "dirty chunks" to "cached chunks".
Jason Evans
2015-02-18
7
-86/+91
*
Fix chunk_unmap() to propagate dirty state.
Jason Evans
2015-02-18
3
-8/+14
*
arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init()
Jason Evans
2015-02-18
3
-11/+13
*
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
6
-43/+39
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
12
-249/+632
*
Remove more obsolete (incorrect) assertions.
Jason Evans
2015-02-16
1
-2/+0
*
Remove obsolete (incorrect) assertions.
Jason Evans
2015-02-16
2
-23/+24
*
Fix --enable-debug regression.
Jason Evans
2015-02-16
1
-0/+3
*
Normalize *_link and link_* fields to all be *_link.
Jason Evans
2015-02-16
4
-13/+12
*
Remove redundant tcache_boot() call.
Jason Evans
2015-02-15
1
-2/+0
*
If MALLOCX_ARENA(a) is specified, use it during tcache fill.
Jason Evans
2015-02-13
3
-36/+37
*
Take into account the install suffix that jemalloc was built with in the pkg-...
Abhishek Kulkarni
2015-02-13
1
-1/+2
*
Put VERSION file in object directory
Dan McGregor
2015-02-13
2
-12/+16
*
Build docs in object directory
Dan McGregor
2015-02-13
1
-4/+4
*
Make prof_tctx accesses atomic.
Jason Evans
2015-02-12
1
-4/+10
*
Refactor huge_*() calls into arena internals.
Jason Evans
2015-02-12
4
-225/+236
*
add missing check for new_addr chunk size
Daniel Micay
2015-02-12
1
-1/+1
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
26
-555/+394
*
Update ckh to support metadata allocation tracking.
Jason Evans
2015-02-12
1
-9/+11
*
Fix a regression in tcache_bin_flush_small().
Jason Evans
2015-02-12
1
-1/+1
*
Remove unnecessary xchg* lock prefixes.
Jason Evans
2015-02-11
1
-2/+2
*
Test and fix tcache ID recycling.
Jason Evans
2015-02-10
2
-1/+13
*
Implement explicit tcache support.
Jason Evans
2015-02-10
16
-337/+740
*
Fix arena_get() for (!init_if_missing && refresh_if_missing) case.
Jason Evans
2015-02-10
1
-4/+1
*
Refactor rtree to be lock-free.
Jason Evans
2015-02-05
7
-224/+379
[next]