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
*
Optimize Valgrind integration.
Jason Evans
2014-04-15
12
-136/+231
*
Remove the "opt.valgrind" mallctl.
Jason Evans
2014-04-15
7
-41/+24
*
Remove the "arenas.purge" mallctl.
Jason Evans
2014-04-15
3
-51/+1
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
13
-73/+72
*
Reverse the cc-silence default.
Jason Evans
2014-04-15
2
-9/+8
*
Update MALLOCX_ARENA() documentation.
Jason Evans
2014-04-15
1
-4/+4
*
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-15
14
-558/+7
*
Remove support for non-prof-promote heap profiling metadata.
Jason Evans
2014-04-11
8
-110/+28
*
Merge pull request #70 from bmaurer/bitsplitrefactor
Jason Evans
2014-04-10
1
-36/+40
|
\
|
*
refactoring for bits splitting
Ben Maurer
2014-04-10
1
-36/+40
*
|
Merge pull request #68 from bmaurer/noderefarena
Jason Evans
2014-04-10
3
-9/+6
|
\
\
|
|
/
|
/
|
|
*
Don't dereference chunk->arena in free() hot path
Ben Maurer
2014-04-05
3
-9/+6
|
/
*
Merge branch 'dev'
3.6.0
Jason Evans
2014-03-31
29
-88/+177
|
\
|
*
Add private namespace mangling for huge_dss_prec_get().
Jason Evans
2014-03-31
1
-0/+1
|
*
Update ChangeLog for 3.6.0.
Jason Evans
2014-03-31
1
-0/+24
|
*
Document how dss precedence affects huge allocation.
Jason Evans
2014-03-31
1
-2/+6
|
*
Allow libgcc-based backtracing on x86.
Jason Evans
2014-03-31
1
-16/+0
|
*
Keep frame pointers if using gcc frame intrinsics.
Jason Evans
2014-03-31
1
-0/+1
|
*
Enable big-endian mode for SFMT.
Jason Evans
2014-03-31
1
-0/+3
|
*
Adapt hash tests to big-endian systems.
Jason Evans
2014-03-30
4
-1/+15
|
*
Reduce maximum tested alignment.
Jason Evans
2014-03-30
3
-6/+4
|
*
Fix message formatting errors uncovered by p_test_fail() refactoring.
Jason Evans
2014-03-30
5
-11/+12
|
*
Fix p_test_fail()'s va_list abuse.
Jason Evans
2014-03-30
3
-22/+43
|
*
Merge pull request #59 from HarryWeppner/dev
Jason Evans
2014-03-29
2
-4/+31
|
|
\
|
|
*
Consistently use debug lib(s) if present
Harald Weppner
2014-03-28
1
-8/+5
|
|
*
Consistently use debug lib(s) if present
Harald Weppner
2014-03-18
1
-1/+7
|
|
*
Enable profiling / leak detection in FreeBSD
Harald Weppner
2014-03-18
2
-3/+27
|
*
|
Merge pull request #61 from mxw/huge-dss-prec
Jason Evans
2014-03-28
4
-19/+27
|
|
\
\
|
|
*
|
Use arena dss prec instead of default for huge allocs.
Max Wang
2014-03-28
4
-19/+27
|
|
|
/
|
*
|
Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.
Jason Evans
2014-03-28
2
-5/+5
|
*
|
Merge pull request #60 from telemenar/dev
Jason Evans
2014-03-28
1
-1/+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix a crashing case where arena_chunk_init_hard returns NULL.
Chris Pride
2014-03-26
1
-1/+4
|
|
/
|
*
Remove duplicate 'static' keyword.
Jason Evans
2014-02-26
1
-1/+1
|
/
*
Merge branch 'dev'
3.5.1
Jason Evans
2014-02-26
18
-116/+140
|
\
|
*
Update ChangeLog for 3.5.1.
Jason Evans
2014-02-26
1
-2/+20
|
*
Restore tail call optimization subversion.
Jason Evans
2014-02-26
1
-7/+13
|
*
Fix junk filling for mremap(2)-based huge reallocation.
Jason Evans
2014-02-25
2
-3/+16
|
*
Add configure test to verify SSE2 code compiles.
Jason Evans
2014-02-25
1
-12/+12
|
*
Break prof_accum into multiple compilation units.
Jason Evans
2014-02-25
5
-40/+48
|
*
Add workaround for missing 'restrict' keyword.
Jason Evans
2014-02-25
3
-0/+12
|
*
Merge pull request #51 from ErwanLegrand/dev
Jason Evans
2014-02-14
1
-1/+0
|
|
\
|
|
*
Fix typo
Erwan Legrand
2014-02-14
1
-1/+0
|
|
/
|
*
Merge pull request #50 from georgekola/Voxer-Solaris
Jason Evans
2014-02-13
1
-0/+1
|
|
\
|
|
*
Using MADV_FREE on Solaris/Illumos
George Kola
2014-02-12
1
-0/+1
|
|
/
|
*
Prevent inlining of backtraced test functions.
Jason Evans
2014-01-29
1
-2/+2
|
*
Remove flawed alignment-related overflow test.
Jason Evans
2014-01-29
1
-23/+0
|
*
Avoid a compiler warning.
Jason Evans
2014-01-29
1
-1/+5
|
*
Fix/remove flawed alignment-related overflow tests.
Jason Evans
2014-01-29
3
-25/+4
|
*
Fix mallctl argument size mismatches (size_t vs. uint64_t).
Jason Evans
2014-01-29
1
-8/+15
|
*
Fix a typo.
Jason Evans
2014-01-22
1
-1/+1
|
/
[next]