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
*
Clean up char vs. uint8_t in junk filling code.
Jason Evans
2016-04-11
3
-17/+19
*
Refactor/fix ph.
Jason Evans
2016-04-11
8
-337/+615
*
Reduce differences between alternative bitmap implementations.
Jason Evans
2016-04-06
2
-8/+5
*
Fix bitmap_sfu() regression.
Jason Evans
2016-04-06
1
-1/+1
*
Fix a compilation warning in the ph test code.
Jason Evans
2016-04-05
1
-20/+1
*
Update implementation details docs re: PTRDIFF_MAX.
Jason Evans
2016-03-31
1
-3/+11
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
7
-32/+40
*
Update a comment.
Jason Evans
2016-03-31
1
-2/+2
*
Fix potential chunk leaks.
Jason Evans
2016-03-31
5
-51/+26
*
Fix -Wunreachable-code warning in malloc_vsnprintf().
Chris Peterson
2016-03-27
1
-2/+2
*
Remove unused arenas_extend() function declaration.
Chris Peterson
2016-03-26
1
-1/+0
*
Use abort() for fallback implementations of unreachable().
Jason Evans
2016-03-24
1
-2/+2
*
Fix MSVC project
rustyx
2016-03-24
2
-0/+8
*
Avoid blindly enabling assertions for header code when testing.
Jason Evans
2016-03-23
1
-33/+45
*
Constify various internal arena APIs.
Jason Evans
2016-03-23
4
-73/+111
*
Code formatting fixes.
Jason Evans
2016-03-23
2
-2/+4
*
Always inline performance-critical rtree operations.
Jason Evans
2016-03-23
1
-9/+10
*
Optimize rtree_get().
Jason Evans
2016-03-23
3
-35/+134
*
Enable -Wsign-compare warnings.
Chris Peterson
2016-03-15
1
-0/+1
*
Refactor out signed/unsigned comparisons.
Jason Evans
2016-03-15
5
-18/+14
*
Add --with-version.
Jason Evans
2016-03-15
2
-20/+33
*
Add (size_t) casts to MALLOCX_ALIGN().
Jason Evans
2016-03-11
2
-17/+14
*
typecast address to pointer to byte to avoid unaligned memory access error
Rajeev Misra
2016-03-11
1
-2/+2
*
Convert arena_bin_t's runs from a tree to a heap.
Jason Evans
2016-03-08
2
-49/+23
*
Use pairing heap for arena->runs_avail
Dave Watson
2016-03-08
3
-18/+40
*
Refactor ph_merge_ordered() out of ph_merge().
Jason Evans
2016-03-08
2
-17/+23
*
Unittest for pairing heap
Dave Watson
2016-03-08
2
-0/+93
*
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
[next]