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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
10
-245/+133
*
Implement cache-oblivious support for huge size classes.
Jason Evans
2016-06-03
5
-23/+87
*
Allow chunks to not be naturally aligned.
Jason Evans
2016-06-03
4
-17/+26
*
Remove CHUNK_ADDR2BASE() and CHUNK_ADDR2OFFSET().
Jason Evans
2016-06-03
3
-99/+22
*
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
2
-2/+25
*
Convert rtree from per chunk to per page.
Jason Evans
2016-06-03
2
-4/+2
*
Refactor chunk_purge_wrapper() to take extent argument.
Jason Evans
2016-06-03
1
-2/+1
*
Refactor chunk_[de]commit_wrapper() to take extent arguments.
Jason Evans
2016-06-03
1
-4/+2
*
Refactor chunk_dalloc_{cache,wrapper}() to take extent arguments.
Jason Evans
2016-06-03
4
-16/+9
*
Add/use chunk_split_wrapper().
Jason Evans
2016-06-03
4
-35/+35
*
Add/use chunk_merge_wrapper().
Jason Evans
2016-06-03
3
-1/+4
*
Add/use chunk_commit_wrapper().
Jason Evans
2016-06-03
2
-0/+4
*
Add/use chunk_decommit_wrapper().
Jason Evans
2016-06-03
2
-0/+4
*
Merge chunk_alloc_base() into its only caller.
Jason Evans
2016-06-03
2
-2/+0
*
Replace extent_tree_szad_* with extent_heap_*.
Jason Evans
2016-06-03
3
-26/+18
*
Use rtree rather than [sz]ad trees for chunk split/coalesce operations.
Jason Evans
2016-06-03
3
-31/+12
*
Remove redundant chunk argument from chunk_{,de,re}register().
Jason Evans
2016-06-03
1
-5/+3
*
Add extent_past_get().
Jason Evans
2016-06-03
2
-0/+9
*
Replace extent_achunk_[gs]et() with extent_slab_[gs]et().
Jason Evans
2016-06-03
4
-22/+22
*
Add extent_active_[gs]et().
Jason Evans
2016-06-03
3
-10/+25
*
Move *PAGE* definitions to pages.h.
Jason Evans
2016-06-03
2
-15/+15
*
Add rtree element witnesses.
Jason Evans
2016-06-03
5
-19/+90
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
6
-68/+71
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
7
-170/+196
*
Add element acquire/release capabilities to rtree.
Jason Evans
2016-06-03
3
-85/+166
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
7
-166/+173
*
Simplify run quantization.
Jason Evans
2016-05-16
2
-17/+1
*
Refactor runs_avail.
Jason Evans
2016-05-16
4
-11/+43
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-05-13
3
-11/+115
*
Initialize arena_bin_info at compile time rather than at boot time.
Jason Evans
2016-05-13
2
-14/+64
*
Implement BITMAP_INFO_INITIALIZER(nbits).
Jason Evans
2016-05-13
1
-19/+67
*
Remove redzone support.
Jason Evans
2016-05-13
4
-80/+16
*
Remove quarantine support.
Jason Evans
2016-05-13
7
-113/+13
*
Remove Valgrind support.
Jason Evans
2016-05-13
5
-138/+0
*
Use TSDN_NULL rather than NULL as appropriate.
Jason Evans
2016-05-13
1
-2/+2
*
Optimize witness fast path.
Jason Evans
2016-05-11
3
-14/+153
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
15
-270/+362
*
Add LG_QUANTUM definition for the RISC-V architecture.
Jason Evans
2016-05-07
1
-0/+3
*
Update private_symbols.txt.
Jason Evans
2016-05-06
1
-2/+11
*
Optimize the fast paths of calloc() and [m,d,sd]allocx().
Jason Evans
2016-05-06
3
-55/+21
*
Modify pages_map() to support mapping uncommitted virtual memory.
Jason Evans
2016-05-06
3
-2/+13
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
2
-0/+9
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
3
-6/+27
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
2
-2/+4
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
5
-5/+21
*
Fix degenerate mb_write() compilation error.
Jason Evans
2016-04-23
1
-3/+3
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
3
-1/+7
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
6
-23/+47
*
Fix malloc_mutex_assert_[not_]owner() for --enable-lazy-lock case.
Jason Evans
2016-04-18
1
-2/+2
[prev]
[next]