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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Link against librt for clock_gettime(2) if glibc < 2.17.
Jason Evans
2016-05-04
2
-12/+5
*
Fix a typo.
Jason Evans
2016-05-04
1
-1/+1
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
9
-20/+42
*
Update ChangeLog for 4.1.1.
Jason Evans
2016-05-04
1
-0/+21
*
Don't test fork() on Windows.
Jason Evans
2016-05-04
1
-0/+6
*
Update mallocx() OOM test to deal with smaller hugemax.
Jason Evans
2016-05-03
1
-10/+19
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
5
-9/+42
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
11
-40/+184
*
Use separate arena for chunk tests.
Jason Evans
2016-04-26
1
-28/+45
*
Fix arena reset effects on large/huge stats.
Jason Evans
2016-04-25
1
-5/+24
*
Fix arena_reset() test to avoid tcache.
Jason Evans
2016-04-25
1
-10/+9
*
Fix arena_choose_hard() regression.
Jason Evans
2016-04-23
1
-1/+1
*
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
8
-39/+411
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
14
-135/+192
*
Reduce a variable scope.
Jason Evans
2016-04-22
1
-2/+1
*
Doc typo fixes.
hitstergtd
2016-04-18
1
-3/+3
*
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
3
-22/+45
*
Update private_symbols.txt
Rajat Goel
2016-04-18
1
-0/+4
*
Fix style nits.
Jason Evans
2016-04-17
5
-6/+6
*
Fix malloc_mutex_[un]lock() to conditionally check witness.
Jason Evans
2016-04-17
2
-12/+2
*
Convert base_mtx locking protocol comments to assertions.
Jason Evans
2016-04-17
1
-10/+12
*
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
33
-1274/+2090
*
Fix a style nit.
Jason Evans
2016-04-13
1
-1/+2
*
Fix more 64-to-32 conversion warnings.
Jason Evans
2016-04-12
2
-11/+11
*
Fix 64-to-32 conversion warnings in 32-bit mode
rustyx
2016-04-12
1
-11/+15
*
Cleanup MSVC project, embed PDB data inside static .lib
rustyx
2016-04-12
2
-14/+11
*
Fix malloc_stats_print() to print correct opt.narenas value.
Jason Evans
2016-04-12
1
-1/+1
*
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
4
-6/+6
*
Clean up char vs. uint8_t in junk filling code.
Jason Evans
2016-04-11
3
-17/+19
*
Refactor/fix ph.
Jason Evans
2016-04-11
8
-337/+615
*
Reduce differences between alternative bitmap implementations.
Jason Evans
2016-04-06
2
-8/+5
*
Fix bitmap_sfu() regression.
Jason Evans
2016-04-06
1
-1/+1
*
Fix a compilation warning in the ph test code.
Jason Evans
2016-04-05
1
-20/+1
*
Update implementation details docs re: PTRDIFF_MAX.
Jason Evans
2016-03-31
1
-3/+11
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
7
-32/+40
*
Update a comment.
Jason Evans
2016-03-31
1
-2/+2
*
Fix potential chunk leaks.
Jason Evans
2016-03-31
5
-51/+26
*
Fix -Wunreachable-code warning in malloc_vsnprintf().
Chris Peterson
2016-03-27
1
-2/+2
*
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
*
Fix MSVC project
rustyx
2016-03-24
2
-0/+8
*
Avoid blindly enabling assertions for header code when testing.
Jason Evans
2016-03-23
1
-33/+45
*
Constify various internal arena APIs.
Jason Evans
2016-03-23
4
-73/+111
*
Code formatting fixes.
Jason Evans
2016-03-23
2
-2/+4
*
Always inline performance-critical rtree operations.
Jason Evans
2016-03-23
1
-9/+10
[next]