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
*
Rename pprof to jeprof.
Jason Evans
2015-05-01
7
-63/+68
*
Prefer /proc/<pid>/task/<pid>/maps over /proc/<pid>/maps on Linux.
Jason Evans
2015-05-01
1
-5/+24
*
Embed full library install when running ld on OS X.
Jason Evans
2015-05-01
1
-1/+1
*
Concise JEMALLOC_HAVE_ISSETUGID case in secure_getenv().
Igor Podlesny
2015-04-30
1
-11/+3
*
Fix mallctl doc: arenas.hchunk.<i>.size
Qinfan Wu
2015-04-30
2
-3/+3
*
OpenBSD don't support TLS
Sébastien Marie
2015-04-07
1
-1/+7
*
Fix in-place shrinking huge reallocation purging bugs.
Jason Evans
2015-03-26
2
-21/+17
*
Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.
Jason Evans
2015-03-24
7
-19/+35
*
Fix signed/unsigned comparison in arena_lg_dirty_mult_valid().
Jason Evans
2015-03-24
2
-4/+5
*
Fix arena_get() usage.
Jason Evans
2015-03-24
1
-5/+17
*
We have pages_unmap(ret, size) so we use it.
Igor Podlesny
2015-03-24
1
-9/+1
*
Add the "stats.allocated" mallctl.
Jason Evans
2015-03-24
8
-23/+67
*
Fix indentation inconsistencies.
Igor Podlesny
2015-03-22
1
-6/+6
*
Fix a compile error caused by mixed declarations and code.
Qinfan Wu
2015-03-21
1
-2/+3
*
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
[next]