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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Constify various internal arena APIs.
Jason Evans
2016-03-23
2
-49/+82
*
Always inline performance-critical rtree operations.
Jason Evans
2016-03-23
1
-9/+10
*
Optimize rtree_get().
Jason Evans
2016-03-23
1
-35/+131
*
Refactor out signed/unsigned comparisons.
Jason Evans
2016-03-15
1
-2/+2
*
Add (size_t) casts to MALLOCX_ALIGN().
Jason Evans
2016-03-11
1
-4/+4
*
typecast address to pointer to byte to avoid unaligned memory access error
Rajeev Misra
2016-03-11
1
-2/+2
*
Convert arena_bin_t's runs from a tree to a heap.
Jason Evans
2016-03-08
1
-14/+8
*
Use pairing heap for arena->runs_avail
Dave Watson
2016-03-08
2
-5/+25
*
Refactor ph_merge_ordered() out of ph_merge().
Jason Evans
2016-03-08
2
-17/+23
[next]