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
*
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
*
Update private_symbols.txt.
Jason Evans
2016-04-18
1
-8/+31
*
Update private_symbols.txt
Rajat Goel
2016-04-18
1
-0/+4
*
Fix style nits.
Jason Evans
2016-04-17
1
-1/+1
*
Fix malloc_mutex_[un]lock() to conditionally check witness.
Jason Evans
2016-04-17
1
-2/+2
*
s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/
Jason Evans
2016-04-14
1
-1/+1
*
Fix a compilation error.
Jason Evans
2016-04-14
1
-2/+2
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
15
-187/+353
*
Fix a style nit.
Jason Evans
2016-04-13
1
-1/+2
*
Simplify RTREE_HEIGHT_MAX definition.
Jason Evans
2016-04-11
1
-29/+4
*
Support --with-lg-page values larger than actual page size.
Jason Evans
2016-04-11
2
-4/+4
*
Clean up char vs. uint8_t in junk filling code.
Jason Evans
2016-04-11
1
-2/+2
*
Refactor/fix ph.
Jason Evans
2016-04-11
4
-266/+331
*
Reduce differences between alternative bitmap implementations.
Jason Evans
2016-04-06
1
-1/+1
*
Fix bitmap_sfu() regression.
Jason Evans
2016-04-06
1
-1/+1
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
2
-3/+8
*
Fix potential chunk leaks.
Jason Evans
2016-03-31
2
-7/+1
*
Remove unused arenas_extend() function declaration.
Chris Peterson
2016-03-26
1
-1/+0
*
Use abort() for fallback implementations of unreachable().
Jason Evans
2016-03-24
1
-2/+2
[next]