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
*
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
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
4
-227/+174
*
Fix Windows-specific prof-related compilation portability issues.
Jason Evans
2016-02-21
1
-3/+16
*
Fix time_update() to compile and work on MinGW.
Jason Evans
2016-02-21
1
-6/+9
*
Prevent MSVC from optimizing away tls_callback (resolves #318)
rustyx
2016-02-20
1
-1/+3
*
getpid() fix for Win32
rustyx
2016-02-20
1
-0/+2
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
7
-85/+559
*
Refactor out arena_compute_npurge().
Jason Evans
2016-02-20
1
-43/+37
*
Refactor arenas_cache tsd.
Jason Evans
2016-02-20
2
-64/+89
*
Refactor arena_ralloc_no_move().
Jason Evans
2016-02-20
1
-11/+10
*
Refactor arena_malloc_hard() out of arena_malloc().
Jason Evans
2016-02-20
1
-1/+17
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
4
-7/+6
*
Use ticker for incremental tcache GC.
Jason Evans
2016-02-20
1
-1/+2
*
Implement ticker.
Jason Evans
2016-02-20
1
-0/+2
*
Flesh out time_*() API.
Jason Evans
2016-02-20
1
-4/+154
*
Add time_update().
Cameron Evans
2016-02-20
1
-0/+36
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
3
-20/+28
*
Call malloc_test_boot0() from malloc_init_hard_recursible().
Cosmin Paraschiv
2016-01-11
1
-5/+16
*
Tweak code to allow compilation of concatenated src/*.c sources.
Jason Evans
2015-11-12
2
-3/+16
*
Reuse previously computed value
Dmitry-Me
2015-11-12
1
-2/+4
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
7
-114/+204
[next]