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
/
jemalloc
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Avoid NULL check in free() and malloc_usable_size()."
Jason Evans
2012-04-02
1
-4/+6
*
Avoid NULL check in free() and malloc_usable_size().
Jason Evans
2012-04-02
1
-6/+4
*
Move last bit of zone initialization in zone.c, and lazy-initialize
Mike Hommey
2012-04-02
2
-34/+0
*
Remove vsnprintf() and strtoumax() validation.
Jason Evans
2012-04-02
1
-2/+0
*
Clean up tsd (no functional changes).
Jason Evans
2012-03-30
2
-13/+5
*
Work around TLS deallocation via free().
Jason Evans
2012-03-30
2
-5/+18
*
Move zone registration to zone.c
Mike Hommey
2012-03-30
2
-3/+2
*
Add a SYS_write definition on systems where it is not defined in headers
Mike Hommey
2012-03-30
1
-0/+3
*
Add the "thread.tcache.enabled" mallctl.
Jason Evans
2012-03-27
1
-15/+101
*
Use __sync_add_and_fetch and __sync_sub_and_fetch when they are available
Mike Hommey
2012-03-26
1
-3/+15
*
Remove malloc_mutex_trylock().
Jason Evans
2012-03-25
1
-15/+0
*
Port to FreeBSD.
Jason Evans
2012-02-03
5
-2/+10
*
Remove ephemeral mutexes.
Jason Evans
2012-03-24
3
-6/+41
*
Restructure atomic_*_z().
Jason Evans
2012-03-23
1
-16/+29
*
Add JEMALLOC_CC_SILENCE_INIT().
Jason Evans
2012-03-23
2
-5/+12
*
Implement tsd.
Jason Evans
2012-03-23
8
-117/+399
*
Invert NO_TLS to JEMALLOC_TLS.
Jason Evans
2012-03-19
3
-4/+4
*
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
*
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
6
-91/+174
*
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
*
Rename prn to prng.
Jason Evans
2012-03-02
4
-12/+12
*
Add --with-mangling.
Jason Evans
2012-03-02
2
-7/+7
*
Add nallocm().
Jason Evans
2012-02-29
1
-4/+0
*
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
1
-8/+0
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
7
-148/+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
2
-19/+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
5
-45/+0
*
Remove magic.
Jason Evans
2012-02-13
5
-21/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
13
-242/+231
*
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
2
-0/+198
*
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
25
-0/+5191
[prev]