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
*
Pairing heap
Dave Watson
2016-03-08
5
-0/+270
*
Replace contributor name with github account.
Jason Evans
2016-03-08
1
-2/+2
*
Avoid a potential innocuous compiler warning.
Jason Evans
2016-03-03
2
-2/+6
*
Fix stack corruption and uninitialized var warning
Dmitri Smirnov
2016-02-29
2
-7/+8
*
Fix MSVC project and improve MSVC lib naming (v140 -> vc140)
rustyx
2016-02-29
3
-7/+23
*
Remove errno overrides.
Dmitri Smirnov
2016-02-29
1
-21/+1
*
Update copyright dates for 2016.
Jason Evans
2016-02-28
1
-2/+2
*
Merge branch 'dev'
4.1.0
Jason Evans
2016-02-28
85
-1590/+6236
|
\
|
*
Update ChangeLog for 4.1.0.
Jason Evans
2016-02-28
1
-1/+1
|
*
Make test_threads more generic
rustyx
2016-02-28
1
-66/+55
|
*
Update ChangeLog.
Jason Evans
2016-02-28
1
-7/+10
|
*
Fix decay tests for --disable-tcache case.
Jason Evans
2016-02-28
1
-6/+14
|
*
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
6
-86/+120
|
*
Fix decay tests for --disable-stats case.
Jason Evans
2016-02-28
1
-11/+18
|
*
Add/alphabetize private symbols.
Jason Evans
2016-02-27
1
-15/+15
|
*
Fix stats.cactive accounting regression.
Jason Evans
2016-02-27
2
-33/+29
|
*
Update ChangeLog in preparation for 4.1.0.
Jason Evans
2016-02-27
1
-0/+70
|
*
Refactor arena_cactive_update() into arena_cactive_{add,sub}().
Jason Evans
2016-02-27
1
-7/+19
|
*
Remove invalid tests.
Jason Evans
2016-02-27
2
-18/+2
|
*
Move retaining out of default chunk hooks
buchgr
2016-02-26
1
-11/+25
|
*
Refactor some bitmap cpp logic.
Jason Evans
2016-02-26
1
-3/+2
|
*
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
[next]