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
/
huge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add/use chunk_merge_wrapper().
Jason Evans
2016-06-03
1
-16/+4
*
Remove redundant chunk argument from chunk_{,de,re}register().
Jason Evans
2016-06-03
1
-8/+8
*
Fix opt_zero-triggered in-place huge reallocation zeroing.
Jason Evans
2016-06-03
1
-4/+4
*
Replace extent_achunk_[gs]et() with extent_slab_[gs]et().
Jason Evans
2016-06-03
1
-1/+1
*
Add extent_active_[gs]et().
Jason Evans
2016-06-03
1
-1/+1
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-8/+10
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
1
-100/+49
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
1
-73/+74
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-6/+4
*
Guard tsdn_tsd() call with tsdn_null() check.
Jason Evans
2016-05-11
1
-2/+2
*
Fix chunk accounting related to triggering gdump profiles.
Jason Evans
2016-05-11
1
-0/+15
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-73/+79
*
Optimize the fast paths of calloc() and [m,d,sd]allocx().
Jason Evans
2016-05-06
1
-1/+1
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
1
-2/+3
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-15/+13
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-52/+54
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
1
-7/+8
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-17/+17
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-6/+19
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
1
-3/+3
*
Fix xallocx(..., MALLOCX_ZERO) bugs.
Jason Evans
2015-09-24
1
-14/+16
*
Resolve an unsupported special case in arena_prof_tctx_set().
Jason Evans
2015-09-15
1
-0/+7
*
Fix xallocx() bugs.
Jason Evans
2015-09-12
1
-63/+46
*
Don't purge junk filled chunks when shrinking huge allocations
Mike Hommey
2015-08-28
1
-6/+8
*
Fix chunk purge hook calls for in-place huge shrinking reallocation.
Mike Hommey
2015-08-28
1
-2/+2
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
1
-1/+1
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-23/+21
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
1
-0/+3
*
Fix huge_ralloc_no_move() to succeed more often.
Jason Evans
2015-07-25
1
-1/+1
*
Fix huge_palloc() to handle size rather than usize input.
Jason Evans
2015-07-24
1
-6/+12
*
Avoid atomic operations for dependent rtree reads.
Jason Evans
2015-05-16
1
-1/+1
*
Fix in-place shrinking huge reallocation purging bugs.
Jason Evans
2015-03-26
1
-15/+16
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
1
-13/+25
*
Simplify extent_node_t and add extent_node_init().
Jason Evans
2015-02-17
1
-5/+1
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
1
-29/+32
*
Normalize *_link and link_* fields to all be *_link.
Jason Evans
2015-02-16
1
-3/+3
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-88/+81
*
Implement explicit tcache support.
Jason Evans
2015-02-10
1
-20/+16
*
huge_node_locked don't have to unlock huge_mtx
Sébastien Marie
2015-01-25
1
-1/+0
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-64/+49
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
1
-6/+6
*
Fix OOM cleanup in huge_palloc().
Jason Evans
2014-12-05
1
-6/+2
*
Fix pointer arithmetic undefined behavior.
Jason Evans
2014-11-17
1
-13/+24
*
use sized deallocation internally for ralloc
Daniel Micay
2014-10-16
1
-1/+1
*
Purge/zero sub-chunk huge allocations as necessary.
Jason Evans
2014-10-16
1
-24/+51
*
Fix huge allocation statistics.
Jason Evans
2014-10-15
1
-74/+19
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
1
-64/+104
*
Add configure options.
Jason Evans
2014-10-10
1
-23/+29
*
Use regular arena allocation for huge tree nodes.
Daniel Micay
2014-10-08
1
-4/+5
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
1
-1/+5
[next]