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
/
include
/
jemalloc
/
internal
/
extent.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-499/+0
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-0/+2
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-27
1
-1/+4
*
Add a_type parameter to qr_{meld,split}().
Jason Evans
2016-12-13
1
-1/+1
*
Add extent serial numbers.
Jason Evans
2016-11-15
1
-4/+70
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
1
-2/+2
*
Fix extent_alloc_cache[_locked]() to support decommitted allocation.
Jason Evans
2016-11-04
1
-2/+2
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-3/+0
*
Fix extent_{before,last,past}() to return page-aligned results.
Jason Evans
2016-09-23
1
-4/+5
*
Protect extents_dirty access with extents_mtx.
Jason Evans
2016-09-22
1
-0/+3
*
Fix extent_*_get to build with MSVC
Mike Hommey
2016-06-09
1
-4/+4
*
Fix extent_alloc_dss() regressions.
Jason Evans
2016-06-06
1
-0/+1
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
1
-21/+12
*
Add rtree lookup path caching.
Jason Evans
2016-06-06
1
-1/+4
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
1
-3/+38
*
s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
Jason Evans
2016-06-06
1
-0/+12
*
s/CHUNK_HOOKS_INITIALIZER/EXTENT_HOOKS_INITIALIZER/g
Jason Evans
2016-06-06
1
-0/+10
*
Rename huge to large.
Jason Evans
2016-06-06
1
-2/+2
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-44/+42
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-8/+28
*
Implement cache-oblivious support for huge size classes.
Jason Evans
2016-06-03
1
-0/+42
*
Allow chunks to not be naturally aligned.
Jason Evans
2016-06-03
1
-0/+16
*
Make extent_prof_tctx_[gs]et() atomic.
Jason Evans
2016-06-03
1
-3/+7
*
Add extent_dirty_[gs]et().
Jason Evans
2016-06-03
1
-2/+23
*
Convert rtree from per chunk to per page.
Jason Evans
2016-06-03
1
-2/+0
*
Refactor chunk_dalloc_{cache,wrapper}() to take extent arguments.
Jason Evans
2016-06-03
1
-0/+3
*
Replace extent_tree_szad_* with extent_heap_*.
Jason Evans
2016-06-03
1
-4/+13
*
Use rtree rather than [sz]ad trees for chunk split/coalesce operations.
Jason Evans
2016-06-03
1
-5/+9
*
Add extent_past_get().
Jason Evans
2016-06-03
1
-0/+8
*
Replace extent_achunk_[gs]et() with extent_slab_[gs]et().
Jason Evans
2016-06-03
1
-13/+14
*
Add extent_active_[gs]et().
Jason Evans
2016-06-03
1
-9/+22
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
1
-85/+84
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
1
-1/+1
*
Fix build failure.
Jason Evans
2015-08-11
1
-1/+1
*
Arena chunk decommit cleanups and fixes.
Jason Evans
2015-08-11
1
-1/+2
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
1
-19/+19
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-2/+26
*
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
-6/+6
*
Rename "dirty chunks" to "cached chunks".
Jason Evans
2015-02-18
1
-3/+24
*
arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init()
Jason Evans
2015-02-18
1
-0/+9
*
Simplify extent_node_t and add extent_node_init().
Jason Evans
2015-02-17
1
-13/+22
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
1
-12/+125
*
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
-9/+16
*
Reduce extent_node_t size to fit in one cache line.
Jason Evans
2015-02-05
1
-5/+11
*
Style and spelling fixes.
Jason Evans
2014-12-09
1
-1/+1
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
1
-1/+1
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-0/+3
*
Fix mlockall()/madvise() interaction.
Jason Evans
2012-10-09
1
-0/+3
[next]