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
...
|
*
Fix malloc_stats_print() to print correct opt.narenas value.
Jason Evans
2016-04-12
1
-1/+1
|
*
Simplify RTREE_HEIGHT_MAX definition.
Jason Evans
2016-04-11
1
-29/+4
|
*
Support --with-lg-page values larger than actual page size.
Jason Evans
2016-04-11
4
-6/+6
|
*
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.
4.1.1
Jason Evans
2016-05-04
23
-171/+328
|
\
\
|
|
/
|
/
|
|
*
Update ChangeLog for 4.1.1.
Jason Evans
2016-05-04
1
-0/+21
|
*
Add private symbols.
Jason Evans
2016-05-04
1
-0/+36
|
*
Update mallocx() OOM test to deal with smaller hugemax.
Jason Evans
2016-05-04
1
-13/+18
|
*
Don't test fork() on Windows.
Jason Evans
2016-05-04
1
-0/+6
|
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-05-03
8
-37/+137
|
*
Use separate arena for chunk tests.
Jason Evans
2016-05-03
1
-28/+45
|
*
Doc typo fixes.
hitstergtd
2016-05-03
1
-3/+3
|
*
Fix malloc_stats_print() to print correct opt.narenas value.
Jason Evans
2016-05-03
1
-1/+1
|
*
Fix bitmap_sfu() regression.
Jason Evans
2016-05-03
1
-1/+1
|
*
Fix potential chunk leaks.
Jason Evans
2016-05-03
5
-51/+26
|
*
typecast address to pointer to byte to avoid unaligned memory access error
Rajeev Misra
2016-05-03
1
-2/+2
|
*
Fix stack corruption and uninitialized var warning
Dmitri Smirnov
2016-05-03
2
-7/+8
[prev]
[next]