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
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
28
-466/+380
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
16
-45/+283
*
Merge pull request #82 from thestinger/newline
Jason Evans
2014-05-08
1
-0/+1
|
\
|
*
fix git handling of newlines on windows
Daniel Micay
2014-05-07
1
-0/+1
|
/
*
Fix coding sytle nits.
Jason Evans
2014-05-01
3
-7/+7
*
Simplify backtracing.
Jason Evans
2014-04-23
4
-91/+60
*
Update libunwind configuration check to look for unw_backtrace().
Jason Evans
2014-04-23
1
-1/+1
*
Merge pull request #75 from luciang/dev
Jason Evans
2014-04-23
2
-26/+11
|
\
|
*
prof_backtrace: use unw_backtrace
Lucian Adrian Grijincu
2014-04-23
2
-26/+11
|
/
*
Refactor small_size2bin and small_bin2size.
Jason Evans
2014-04-17
5
-29/+61
*
Fix debug-only compilation failures.
Jason Evans
2014-04-16
1
-3/+2
*
Merge pull request #73 from bmaurer/smallmalloc
Jason Evans
2014-04-16
8
-192/+192
|
\
|
*
Create a const array with only a small bin to size map
Ben Maurer
2014-04-16
5
-7/+17
|
*
refactor profiling. only use a bytes till next sample variable.
Ben Maurer
2014-04-16
3
-152/+132
|
*
outline rare tcache_get codepaths
Ben Maurer
2014-04-16
3
-33/+43
*
|
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
[next]