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
/
chunk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-6/+5
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-8/+19
*
Implement cache-oblivious support for huge size classes.
Jason Evans
2016-06-03
1
-41/+57
*
Allow chunks to not be naturally aligned.
Jason Evans
2016-06-03
1
-41/+16
*
Remove CHUNK_ADDR2BASE() and CHUNK_ADDR2OFFSET().
Jason Evans
2016-06-03
1
-5/+0
*
Add extent_dirty_[gs]et().
Jason Evans
2016-06-03
1
-5/+6
*
Convert rtree from per chunk to per page.
Jason Evans
2016-06-03
1
-29/+79
*
Refactor chunk_purge_wrapper() to take extent argument.
Jason Evans
2016-06-03
1
-4/+5
*
Refactor chunk_[de]commit_wrapper() to take extent arguments.
Jason Evans
2016-06-03
1
-4/+6
*
Refactor chunk_dalloc_{cache,wrapper}() to take extent arguments.
Jason Evans
2016-06-03
1
-66/+65
*
Add/use chunk_split_wrapper().
Jason Evans
2016-06-03
1
-100/+141
*
Add/use chunk_merge_wrapper().
Jason Evans
2016-06-03
1
-32/+47
*
Add/use chunk_commit_wrapper().
Jason Evans
2016-06-03
1
-0/+9
*
Add/use chunk_decommit_wrapper().
Jason Evans
2016-06-03
1
-0/+9
*
Merge chunk_alloc_base() into its only caller.
Jason Evans
2016-06-03
1
-20/+0
*
Replace extent_tree_szad_* with extent_heap_*.
Jason Evans
2016-06-03
1
-32/+53
*
Use rtree rather than [sz]ad trees for chunk split/coalesce operations.
Jason Evans
2016-06-03
1
-152/+221
*
Remove redundant chunk argument from chunk_{,de,re}register().
Jason Evans
2016-06-03
1
-10/+12
*
Replace extent_achunk_[gs]et() with extent_slab_[gs]et().
Jason Evans
2016-06-03
1
-5/+5
*
Add extent_active_[gs]et().
Jason Evans
2016-06-03
1
-5/+6
*
Set/unset rtree node for last chunk of extents.
Jason Evans
2016-06-03
1
-4/+41
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-12/+5
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
1
-0/+9
*
Add element acquire/release capabilities to rtree.
Jason Evans
2016-06-03
1
-7/+5
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
1
-95/+93
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-10/+0
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-73/+73
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
1
-2/+11
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-89/+97
*
Fix potential chunk leaks.
Jason Evans
2016-03-31
1
-35/+16
*
Move retaining out of default chunk hooks
buchgr
2016-02-26
1
-11/+25
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
1
-3/+1
*
Attempt mmap-based in-place huge reallocation.
Jason Evans
2016-02-25
1
-7/+4
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-2/+2
*
Refactor jemalloc_ffs*() into ffs_*().
Jason Evans
2016-02-24
1
-1/+1
*
Fix a strict aliasing violation.
Jason Evans
2015-08-12
1
-1/+6
*
Fix chunk_dalloc_arena() re: zeroing due to purge.
Jason Evans
2015-08-12
1
-1/+1
*
Arena chunk decommit cleanups and fixes.
Jason Evans
2015-08-11
1
-2/+2
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
1
-46/+80
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-100/+246
*
Implement support for non-coalescing maps on MinGW.
Jason Evans
2015-07-25
1
-0/+6
*
Revert to first-best-fit run/chunk allocation.
Jason Evans
2015-07-16
1
-35/+9
*
Use jemalloc_ffs() rather than ffs().
Jason Evans
2015-07-08
1
-4/+12
*
Optimizations for Windows
Matthijs
2015-06-25
1
-1/+16
*
Fix two valgrind integration regressions.
Jason Evans
2015-06-22
1
-2/+8
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
1
-2/+35
*
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
1
-4/+39
*
Quantize szad trees by size class.
Jason Evans
2015-03-07
1
-1/+1
*
Fix a compilation error and an incorrect assertion.
Jason Evans
2015-02-19
1
-2/+2
[next]