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
...
|
*
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
6
-14/+24
|
*
Make nhbins unsigned rather than size_t.
Jason Evans
2016-02-24
2
-2/+2
|
*
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
8
-40/+70
|
*
Fix Windows build issues
Dmitri Smirnov
2016-02-24
4
-6/+31
|
*
Collapse arena_avail_tree_* into arena_run_tree_*.
Jason Evans
2016-02-24
2
-13/+8
|
*
Separate arena_avail trees
Dave Watson
2016-02-24
2
-94/+56
|
*
Remove rbt_nil
Dave Watson
2016-02-24
2
-109/+86
|
*
Use table lookup for run_quantize_{floor,ceil}().
Jason Evans
2016-02-23
4
-32/+90
|
*
Fix run_quantize_ceil().
Jason Evans
2016-02-23
1
-1/+1
|
*
Test run quantization.
Jason Evans
2016-02-22
5
-10/+194
|
*
Indentation style cleanup.
Jason Evans
2016-02-22
1
-13/+13
|
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
17
-557/+526
|
*
Fix Windows-specific prof-related compilation portability issues.
Jason Evans
2016-02-21
2
-5/+16
|
*
Fix time_update() to compile and work on MinGW.
Jason Evans
2016-02-21
1
-6/+9
|
*
Remove _WIN32-specific struct timespec declaration.
Jason Evans
2016-02-21
1
-6/+0
|
*
Fix overflow in prng_range().
Jason Evans
2016-02-21
5
-6/+40
|
*
Add symbol mangling for prng_[lg_]range().
Jason Evans
2016-02-20
1
-0/+2
|
*
Add MS Visual Studio 2015 support
rustyx
2016-02-20
10
-0/+1204
|
*
Fix warning in ipalloc
rustyx
2016-02-20
1
-2/+2
|
*
Prevent MSVC from optimizing away tls_callback (resolves #318)
rustyx
2016-02-20
1
-1/+3
|
*
getpid() fix for Win32
rustyx
2016-02-20
2
-0/+4
|
*
Add CPU "pause" intrinsic for MSVC
rustyx
2016-02-20
1
-6/+16
|
*
Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " i...
rustyx
2016-02-20
1
-1/+1
|
*
Detect LG_SIZEOF_PTR depending on MSVC platform target
rustyx
2016-02-20
2
-6/+19
|
*
Fix a typo in the ckh_search() prototype.
Christopher Ferris
2016-02-20
1
-1/+1
|
*
Handle unaligned keys in hash().
Jason Evans
2016-02-20
2
-4/+33
|
*
Increase test coverage in test_decay_ticks.
Jason Evans
2016-02-20
1
-123/+98
|
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
18
-112/+1268
|
*
Implement smoothstep table generation.
Jason Evans
2016-02-20
5
-0/+472
|
*
Refactor out arena_compute_npurge().
Jason Evans
2016-02-20
1
-43/+37
|
*
Refactor arenas_cache tsd.
Jason Evans
2016-02-20
6
-92/+142
|
*
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
3
-17/+25
|
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
12
-69/+205
|
*
Use ticker for incremental tcache GC.
Jason Evans
2016-02-20
2
-5/+4
|
*
Implement ticker.
Jason Evans
2016-02-20
6
-2/+163
|
*
Flesh out time_*() API.
Jason Evans
2016-02-20
8
-56/+397
|
*
Add time_update().
Cameron Evans
2016-02-20
7
-2/+97
|
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
9
-44/+87
|
*
Fix arena_sdalloc() line wrapping.
Jason Evans
2016-02-20
1
-5/+8
|
*
Fix test_stats_arenas_summary fragility.
Jason Evans
2016-02-20
1
-4/+4
|
*
Don't rely on unpurged chunks in xallocx() test.
Jason Evans
2016-02-20
1
-20/+20
|
*
Fix a documentation editing error.
Jason Evans
2016-02-20
1
-1/+1
|
*
Pass retain and exclude parameters to /pprof/symbol.
Jason Evans
2016-01-30
1
-0/+23
|
*
Detect failed profile fetches
Dave Watson
2016-01-12
1
-1/+1
|
*
Don't discard curl options if timeout is not defined.
Dave Watson
2016-01-12
1
-1/+1
|
*
Call malloc_test_boot0() from malloc_init_hard_recursible().
Cosmin Paraschiv
2016-01-11
1
-5/+16
|
*
Implement --retain and --exclude in jeprof.
Jason Evans
2015-12-14
1
-2/+48
[prev]
[next]