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 linear scan for small bitmaps
Dave Watson
2016-02-26
2
-3/+88
*
Miscellaneous bitmap refactoring.
Jason Evans
2016-02-26
4
-39/+38
*
Improve test_threads performance
rustyx
2016-02-26
1
-4/+4
*
Fix MSVC project
rustyx
2016-02-26
2
-0/+4
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-26
4
-15/+14
*
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
*
Cast PTRDIFF_MAX to size_t before adding 1.
Jason Evans
2016-02-26
3
-10/+10
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
14
-89/+247
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
9
-211/+159
*
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
3
-13/+12
*
Document the heap profile format.
Jason Evans
2016-02-24
1
-1/+49
*
Update manual to reflect removal of global huge object tree.
Jason Evans
2016-02-24
1
-16/+11
*
Fix ffs_zu() compilation error on MinGW.
Jason Evans
2016-02-24
1
-3/+5
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
2
-2/+6
*
Compile with -Wshorten-64-to-32.
Jason Evans
2016-02-24
1
-0/+1
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
13
-41/+49
*
Change lg_floor() return type from size_t to unsigned.
Jason Evans
2016-02-24
2
-17/+18
*
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
[next]