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
...
*
Add JEMALLOC_CC_SILENCE_INIT().
Jason Evans
2012-03-23
2
-5/+12
*
Implement tsd.
Jason Evans
2012-03-23
9
-117/+408
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
4
-5/+5
*
Remove #include <sys/sysctl.h>.
Jason Evans
2012-03-16
1
-1/+0
*
Fix fork-related bugs.
Jason Evans
2012-03-13
7
-10/+34
*
Modify malloc_vsnprintf() validation code.
Jason Evans
2012-03-13
1
-0/+6
*
Implement aligned_alloc().
Jason Evans
2012-03-13
2
-0/+4
*
Fix a regression in JE_COMPILABLE().
Jason Evans
2012-03-13
1
-6/+3
*
Remove bashism.
Jason Evans
2012-03-12
1
-1/+1
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
7
-91/+177
*
Remove the lg_tcache_gc_sweep option.
Jason Evans
2012-03-05
1
-12/+11
*
Use UINT64_C() rather than LLU for 64-bit constants.
Jason Evans
2012-03-05
2
-2/+2
*
Add SH4 and mips architecture support.
Jason Evans
2012-03-05
2
-0/+19
*
Add the --disable-experimental option.
Jason Evans
2012-03-03
2
-0/+11
*
Rename prn to prng.
Jason Evans
2012-03-02
4
-12/+12
*
Reorder macros.
Jason Evans
2012-03-02
2
-6/+6
*
Add --with-mangling.
Jason Evans
2012-03-02
4
-48/+121
*
Add nallocm().
Jason Evans
2012-02-29
2
-4/+1
*
Use glibc allocator hooks.
Jason Evans
2012-02-29
1
-4/+0
*
Remove unused variables in tcache_dalloc_large().
Jason Evans
2012-02-29
1
-6/+1
*
Remove the sysv option.
Jason Evans
2012-02-29
2
-11/+0
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
8
-151/+211
*
Remove the opt.lg_prof_bt_max option.
Jason Evans
2012-02-14
1
-20/+10
*
Remove the opt.lg_prof_tcmax option.
Jason Evans
2012-02-14
1
-2/+3
*
Remove highruns statistics.
Jason Evans
2012-02-13
2
-6/+4
*
Make 8-byte tiny size class non-optional.
Jason Evans
2012-02-13
3
-25/+7
*
Streamline tcache-related malloc/free fast paths.
Jason Evans
2012-02-13
2
-27/+35
*
Remove the swap feature.
Jason Evans
2012-02-13
6
-48/+0
*
Remove magic.
Jason Evans
2012-02-13
5
-21/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
14
-244/+235
*
Fix huge_ralloc to maintain chunk statistics.
Jason Evans
2011-11-11
1
-1/+1
*
Clean up rb documentation.
Jason Evans
2011-11-02
1
-46/+46
*
Fix off-by-one backtracing issues.
Jason Evans
2011-08-12
2
-69/+54
*
Adjust relative #include for private_namespace.h.
Jason Evans
2011-07-31
1
-1/+1
*
Add the --with-private-namespace option.
Jason Evans
2011-07-30
3
-0/+207
*
Use LLU suffix for all 64-bit constants.
Jason Evans
2011-05-22
1
-1/+1
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
27
-0/+5415
[prev]