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
*
Rename huge to large.
Jason Evans
2016-06-06
1
-352/+0
*
Update private symbols.
Jason Evans
2016-06-06
1
-2/+2
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-2/+2
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-18/+49
*
Implement cache-oblivious support for huge size classes.
Jason Evans
2016-06-03
1
-36/+52
*
Allow chunks to not be naturally aligned.
Jason Evans
2016-06-03
1
-123/+22
*
Convert rtree from per chunk to per page.
Jason Evans
2016-06-03
1
-2/+2
*
Refactor chunk_purge_wrapper() to take extent argument.
Jason Evans
2016-06-03
1
-4/+2
*
Refactor chunk_dalloc_{cache,wrapper}() to take extent arguments.
Jason Evans
2016-06-03
1
-26/+11
*
Add/use chunk_split_wrapper().
Jason Evans
2016-06-03
1
-123/+137
*
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
[next]