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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Pairing heap
Dave Watson
2016-03-08
3
-0/+267
*
Avoid a potential innocuous compiler warning.
Jason Evans
2016-03-03
1
-1/+1
*
Remove errno overrides.
Dmitri Smirnov
2016-02-29
1
-21/+1
*
Fix stats.arenas.<i>.[...] for --disable-stats case.
Jason Evans
2016-02-28
3
-1/+8
*
Add/alphabetize private symbols.
Jason Evans
2016-02-27
1
-15/+15
*
Fix stats.cactive accounting regression.
Jason Evans
2016-02-27
1
-2/+12
*
Refactor some bitmap cpp logic.
Jason Evans
2016-02-26
1
-3/+2
*
Use linear scan for small bitmaps
Dave Watson
2016-02-26
1
-2/+48
*
Miscellaneous bitmap refactoring.
Jason Evans
2016-02-26
2
-12/+10
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-26
1
-10/+9
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
6
-20/+19
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
4
-26/+30
*
Attempt mmap-based in-place huge reallocation.
Jason Evans
2016-02-25
1
-2/+2
*
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
4
-11/+16
*
Change lg_floor() return type from size_t to unsigned.
Jason Evans
2016-02-24
2
-17/+18
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Make nhbins unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Refactor jemalloc_ffs*() into ffs_*().
Jason Evans
2016-02-24
6
-37/+68
*
Fix Windows build issues
Dmitri Smirnov
2016-02-24
2
-2/+31
*
Collapse arena_avail_tree_* into arena_run_tree_*.
Jason Evans
2016-02-24
1
-2/+1
*
Separate arena_avail trees
Dave Watson
2016-02-24
1
-6/+6
*
Remove rbt_nil
Dave Watson
2016-02-24
1
-90/+64
*
Use table lookup for run_quantize_{floor,ceil}().
Jason Evans
2016-02-23
2
-1/+2
*
Test run quantization.
Jason Evans
2016-02-22
2
-0/+8
*
Indentation style cleanup.
Jason Evans
2016-02-22
1
-13/+13
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
5
-59/+68
*
Fix Windows-specific prof-related compilation portability issues.
Jason Evans
2016-02-21
1
-2/+0
*
Remove _WIN32-specific struct timespec declaration.
Jason Evans
2016-02-21
1
-6/+0
*
Fix overflow in prng_range().
Jason Evans
2016-02-21
4
-5/+27
*
Add symbol mangling for prng_[lg_]range().
Jason Evans
2016-02-20
1
-0/+2
*
Fix warning in ipalloc
rustyx
2016-02-20
1
-2/+2
*
getpid() fix for Win32
rustyx
2016-02-20
1
-0/+2
*
Detect LG_SIZEOF_PTR depending on MSVC platform target
rustyx
2016-02-20
1
-0/+8
*
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
1
-1/+17
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
7
-23/+142
*
Implement smoothstep table generation.
Jason Evans
2016-02-20
3
-0/+365
*
Refactor arenas_cache tsd.
Jason Evans
2016-02-20
4
-28/+53
*
Refactor arena_malloc_hard() out of arena_malloc().
Jason Evans
2016-02-20
2
-16/+8
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
5
-36/+80
*
Use ticker for incremental tcache GC.
Jason Evans
2016-02-20
1
-4/+2
*
Implement ticker.
Jason Evans
2016-02-20
3
-0/+82
*
Flesh out time_*() API.
Jason Evans
2016-02-20
2
-2/+28
*
Add time_update().
Cameron Evans
2016-02-20
4
-0/+35
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
2
-0/+4
*
Fix arena_sdalloc() line wrapping.
Jason Evans
2016-02-20
1
-5/+8
*
Tweak code to allow compilation of concatenated src/*.c sources.
Jason Evans
2015-11-12
2
-43/+46
*
Fix a comment.
Jason Evans
2015-11-12
1
-1/+1
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
4
-97/+150
[prev]
[next]