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 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
*
Clean up bin/jeprof in distclean build target.
Jason Evans
2015-05-05
1
-0/+1
*
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
[next]