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
...
*
Implement smoothstep table generation.
Jason Evans
2016-02-20
5
-0/+472
*
Refactor out arena_compute_npurge().
Jason Evans
2016-02-20
1
-43/+37
*
Refactor arenas_cache tsd.
Jason Evans
2016-02-20
6
-92/+142
*
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
3
-17/+25
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
12
-69/+205
*
Use ticker for incremental tcache GC.
Jason Evans
2016-02-20
2
-5/+4
*
Implement ticker.
Jason Evans
2016-02-20
6
-2/+163
*
Flesh out time_*() API.
Jason Evans
2016-02-20
8
-56/+397
*
Add time_update().
Cameron Evans
2016-02-20
7
-2/+97
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
9
-44/+87
*
Fix arena_sdalloc() line wrapping.
Jason Evans
2016-02-20
1
-5/+8
*
Fix test_stats_arenas_summary fragility.
Jason Evans
2016-02-20
1
-4/+4
*
Don't rely on unpurged chunks in xallocx() test.
Jason Evans
2016-02-20
1
-20/+20
*
Fix a documentation editing error.
Jason Evans
2016-02-20
1
-1/+1
*
Pass retain and exclude parameters to /pprof/symbol.
Jason Evans
2016-01-30
1
-0/+23
*
Detect failed profile fetches
Dave Watson
2016-01-12
1
-1/+1
*
Don't discard curl options if timeout is not defined.
Dave Watson
2016-01-12
1
-1/+1
*
Call malloc_test_boot0() from malloc_init_hard_recursible().
Cosmin Paraschiv
2016-01-11
1
-5/+16
*
Implement --retain and --exclude in jeprof.
Jason Evans
2015-12-14
1
-2/+48
*
Use AC_CONFIG_AUX_DIR([build-aux]).
Jason Evans
2015-11-12
4
-0/+2
*
Tweak code to allow compilation of concatenated src/*.c sources.
Jason Evans
2015-11-12
4
-46/+62
*
Fix a comment.
Jason Evans
2015-11-12
1
-1/+1
*
Reuse previously computed value
Dmitry-Me
2015-11-12
1
-2/+4
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
11
-211/+354
*
Add test for tree destruction
Joshua Kahn
2015-11-09
1
-1/+16
*
Add function to destroy tree
Joshua Kahn
2015-11-09
1
-1/+40
*
Allow const keys for lookup
Joshua Kahn
2015-11-09
5
-17/+18
*
Assert compact color bit is unused
Steve Dougherty
2015-11-09
1
-1/+10
*
Remove arena_run_dalloc_decommit().
Mike Hommey
2015-11-09
1
-23/+2
*
use correct macro definitions for clang-cl
Nathan Froyd
2015-11-09
1
-26/+26
*
Integrate raw heap profile support into jeprof.
Jason Evans
2015-11-09
1
-11/+43
*
Merge branch 'dev'
4.0.4
Jason Evans
2015-10-24
5
-48/+92
|
\
|
*
Update ChangeLog for 4.0.4.
Jason Evans
2015-10-24
1
-1/+6
|
*
Fix a manual editing error.
Jason Evans
2015-10-19
1
-2/+2
|
*
Fix intermittent xallocx() test failures.
Jason Evans
2015-10-01
1
-43/+65
|
*
Fix a xallocx(..., MALLOCX_ZERO) bug.
Jason Evans
2015-09-25
3
-3/+20
|
/
*
Merge branch 'dev'
4.0.3
Jason Evans
2015-09-25
7
-23/+183
|
\
|
*
Update ChangeLog for 4.0.3.
Jason Evans
2015-09-25
1
-1/+3
|
*
Remove fragile xallocx() test case.
Jason Evans
2015-09-25
1
-9/+0
|
*
Work around an NPTL-specific TSD issue.
Jason Evans
2015-09-24
2
-0/+5
|
*
Make mallocx() OOM test more robust.
Jason Evans
2015-09-24
1
-3/+14
|
*
Fix xallocx(..., MALLOCX_ZERO) bugs.
Jason Evans
2015-09-24
4
-15/+148
|
*
Fix prof_tctx_dump_iter() to filter.
Jason Evans
2015-09-22
2
-5/+23
|
/
*
Merge branch 'dev'
4.0.2
Jason Evans
2015-09-21
7
-54/+114
|
\
|
*
Update ChangeLog for 4.0.2.
Jason Evans
2015-09-21
1
-1/+3
|
*
Fix tsd_boot1() to use explicit 'void' parameter list.
Craig Rodrigues
2015-09-21
1
-4/+4
|
*
Make arena_dalloc_large_locked_impl() static.
Jason Evans
2015-09-20
1
-1/+1
|
*
Add mallocx() OOM tests.
Jason Evans
2015-09-17
2
-0/+72
|
*
Expand check_integration_prof testing.
Jason Evans
2015-09-17
1
-0/+1
[prev]
[next]