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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
4
-26/+29
*
Update a comment.
Jason Evans
2016-03-31
1
-2/+2
*
Fix potential chunk leaks.
Jason Evans
2016-03-31
3
-44/+25
*
Fix -Wunreachable-code warning in malloc_vsnprintf().
Chris Peterson
2016-03-27
1
-2/+2
*
Constify various internal arena APIs.
Jason Evans
2016-03-23
2
-24/+29
*
Code formatting fixes.
Jason Evans
2016-03-23
1
-1/+2
*
Optimize rtree_get().
Jason Evans
2016-03-23
2
-0/+3
*
Refactor out signed/unsigned comparisons.
Jason Evans
2016-03-15
1
-7/+4
*
Convert arena_bin_t's runs from a tree to a heap.
Jason Evans
2016-03-08
1
-35/+15
*
Use pairing heap for arena->runs_avail
Dave Watson
2016-03-08
1
-13/+15
*
Pairing heap
Dave Watson
2016-03-08
1
-0/+2
*
Avoid a potential innocuous compiler warning.
Jason Evans
2016-03-03
1
-1/+5
*
Fix stack corruption and uninitialized var warning
Dmitri Smirnov
2016-02-29
1
-1/+1
*
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
2
-84/+109
*
Fix stats.cactive accounting regression.
Jason Evans
2016-02-27
1
-31/+17
*
Refactor arena_cactive_update() into arena_cactive_{add,sub}().
Jason Evans
2016-02-27
1
-7/+19
*
Move retaining out of default chunk hooks
buchgr
2016-02-26
1
-11/+25
*
Use linear scan for small bitmaps
Dave Watson
2016-02-26
1
-1/+40
*
Miscellaneous bitmap refactoring.
Jason Evans
2016-02-26
1
-18/+15
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-26
3
-5/+5
*
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
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
4
-59/+85
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
5
-185/+129
*
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
2
-11/+10
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
2
-2/+6
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
7
-23/+26
*
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
3
-11/+21
*
Make nhbins unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
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
2
-3/+2
*
Collapse arena_avail_tree_* into arena_run_tree_*.
Jason Evans
2016-02-24
1
-11/+7
*
Separate arena_avail trees
Dave Watson
2016-02-24
1
-88/+50
*
Use table lookup for run_quantize_{floor,ceil}().
Jason Evans
2016-02-23
1
-21/+86
*
Fix run_quantize_ceil().
Jason Evans
2016-02-23
1
-1/+1
*
Test run quantization.
Jason Evans
2016-02-22
1
-10/+28
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
4
-227/+174
*
Fix Windows-specific prof-related compilation portability issues.
Jason Evans
2016-02-21
1
-3/+16
*
Fix time_update() to compile and work on MinGW.
Jason Evans
2016-02-21
1
-6/+9
*
Prevent MSVC from optimizing away tls_callback (resolves #318)
rustyx
2016-02-20
1
-1/+3
*
getpid() fix for Win32
rustyx
2016-02-20
1
-0/+2
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
7
-85/+559
*
Refactor out arena_compute_npurge().
Jason Evans
2016-02-20
1
-43/+37
*
Refactor arenas_cache tsd.
Jason Evans
2016-02-20
2
-64/+89
*
Refactor arena_ralloc_no_move().
Jason Evans
2016-02-20
1
-11/+10
*
Refactor arena_malloc_hard() out of arena_malloc().
Jason Evans
2016-02-20
1
-1/+17
[next]