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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update private_symbols.txt.
Jason Evans
2016-04-18
2
-14/+14
*
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
-10/+0
*
Convert base_mtx locking protocol comments to assertions.
Jason Evans
2016-04-17
1
-10/+12
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
14
-1083/+1452
*
Fix 64-to-32 conversion warnings in 32-bit mode
rustyx
2016-04-12
1
-11/+15
*
Fix malloc_stats_print() to print correct opt.narenas value.
Jason Evans
2016-04-12
1
-1/+1
*
Support --with-lg-page values larger than actual page size.
Jason Evans
2016-04-11
2
-2/+2
*
Refactor/fix ph.
Jason Evans
2016-04-11
2
-50/+47
*
Reduce differences between alternative bitmap implementations.
Jason Evans
2016-04-06
1
-7/+4
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
4
-26/+29
*
Update a comment.
Jason Evans
2016-03-31
1
-2/+2
*
Fix potential chunk leaks.
Jason Evans
2016-03-31
3
-44/+25
*
Fix -Wunreachable-code warning in malloc_vsnprintf().
Chris Peterson
2016-03-27
1
-2/+2
*
Constify various internal arena APIs.
Jason Evans
2016-03-23
2
-24/+29
*
Code formatting fixes.
Jason Evans
2016-03-23
1
-1/+2
*
Optimize rtree_get().
Jason Evans
2016-03-23
2
-0/+3
*
Refactor out signed/unsigned comparisons.
Jason Evans
2016-03-15
1
-7/+4
*
Convert arena_bin_t's runs from a tree to a heap.
Jason Evans
2016-03-08
1
-35/+15
*
Use pairing heap for arena->runs_avail
Dave Watson
2016-03-08
1
-13/+15
*
Pairing heap
Dave Watson
2016-03-08
1
-0/+2
*
Avoid a potential innocuous compiler warning.
Jason Evans
2016-03-03
1
-1/+5
*
Fix stack corruption and uninitialized var warning
Dmitri Smirnov
2016-02-29
1
-1/+1
*
Fix a potential tsd cleanup leak.
Jason Evans
2016-02-28
1
-0/+3
*
Fix stats.arenas.<i>.[...] for --disable-stats case.
Jason Evans
2016-02-28
2
-84/+109
*
Fix stats.cactive accounting regression.
Jason Evans
2016-02-27
1
-31/+17
*
Refactor arena_cactive_update() into arena_cactive_{add,sub}().
Jason Evans
2016-02-27
1
-7/+19
*
Move retaining out of default chunk hooks
buchgr
2016-02-26
1
-11/+25
*
Use linear scan for small bitmaps
Dave Watson
2016-02-26
1
-1/+40
*
Miscellaneous bitmap refactoring.
Jason Evans
2016-02-26
1
-18/+15
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-26
3
-5/+5
*
Remove a superfluous comment.
Jason Evans
2016-02-26
1
-1/+0
*
Add more HUGE_MAXCLASS overflow checks.
Jason Evans
2016-02-26
1
-23/+34
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
4
-59/+85
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
5
-185/+129
*
Fix arena_size computation.
Dave Watson
2016-02-25
1
-1/+1
*
Fix arena_run_first_best_fit
Dave Watson
2016-02-25
1
-1/+1
*
Attempt mmap-based in-place huge reallocation.
Jason Evans
2016-02-25
2
-11/+10
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
2
-2/+6
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
7
-23/+26
*
Use ssize_t for readlink() rather than int.
Jason Evans
2016-02-24
1
-1/+1
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
3
-11/+21
*
Make nhbins unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Explicitly cast mib[] elements to unsigned where appropriate.
Jason Evans
2016-02-24
1
-9/+9
*
Refactor jemalloc_ffs*() into ffs_*().
Jason Evans
2016-02-24
2
-3/+2
*
Collapse arena_avail_tree_* into arena_run_tree_*.
Jason Evans
2016-02-24
1
-11/+7
*
Separate arena_avail trees
Dave Watson
2016-02-24
1
-88/+50
*
Use table lookup for run_quantize_{floor,ceil}().
Jason Evans
2016-02-23
1
-21/+86
*
Fix run_quantize_ceil().
Jason Evans
2016-02-23
1
-1/+1
*
Test run quantization.
Jason Evans
2016-02-22
1
-10/+28
[prev]
[next]