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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Impose a minimum tcache count for small size classes.
Jason Evans
2015-05-20
1
-1/+5
*
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
1
-1/+1
*
Implement cache index randomization for large allocations.
Jason Evans
2015-05-06
3
-51/+193
*
Rename pprof to jeprof.
Jason Evans
2015-05-01
1
-1/+1
*
Prefer /proc/<pid>/task/<pid>/maps over /proc/<pid>/maps on Linux.
Jason Evans
2015-05-01
1
-5/+24
*
Concise JEMALLOC_HAVE_ISSETUGID case in secure_getenv().
Igor Podlesny
2015-04-30
1
-11/+3
*
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
3
-16/+14
*
Fix signed/unsigned comparison in arena_lg_dirty_mult_valid().
Jason Evans
2015-03-24
1
-1/+2
*
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
3
-18/+42
*
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
1
-2/+2
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
5
-65/+228
*
Fix heap profiling regressions.
Jason Evans
2015-03-16
1
-12/+9
*
Eliminate innocuous compiler warnings.
Jason Evans
2015-03-14
1
-0/+2
*
Fix a heap profiling regression.
Jason Evans
2015-03-14
1
-13/+31
*
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
1
-1/+1
*
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
1
-4/+4
*
Refactor dirty run linkage to reduce sizeof(extent_node_t).
Jason Evans
2015-03-11
1
-41/+48
*
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
2
-29/+86
*
Quantize szad trees by size class.
Jason Evans
2015-03-07
4
-14/+39
*
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
2
-128/+242
*
Rename "dirty chunks" to "cached chunks".
Jason Evans
2015-02-18
3
-68/+49
*
Fix chunk_unmap() to propagate dirty state.
Jason Evans
2015-02-18
2
-7/+13
*
arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init()
Jason Evans
2015-02-18
1
-11/+3
*
Simplify extent_node_t and add extent_node_init().
Jason Evans
2015-02-17
4
-30/+16
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
7
-216/+437
*
Normalize *_link and link_* fields to all be *_link.
Jason Evans
2015-02-16
3
-10/+9
*
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
1
-9/+10
*
Refactor huge_*() calls into arena internals.
Jason Evans
2015-02-12
1
-56/+104
*
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
9
-368/+281
*
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
*
Test and fix tcache ID recycling.
Jason Evans
2015-02-10
1
-1/+1
*
Implement explicit tcache support.
Jason Evans
2015-02-10
8
-187/+362
*
Refactor rtree to be lock-free.
Jason Evans
2015-02-05
2
-71/+92
*
Refactor base_alloc() to guarantee demand-zeroed memory.
Jason Evans
2015-02-05
3
-66/+104
*
Fix chunk_recycle()'s new_addr functionality.
Jason Evans
2015-02-05
1
-2/+6
[next]