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
...
|
*
|
Use syscall(2) rather than {open,read,close}(2) during boot.
Jason Evans
2016-10-30
1
-0/+19
|
*
|
Fix EXTRA_CFLAGS to not affect configuration.
Jason Evans
2016-10-30
2
-5/+4
|
*
|
Do not mark malloc_conf as weak on Windows.
Jason Evans
2016-10-29
1
-1/+1
|
*
|
Do not mark malloc_conf as weak for unit tests.
Jason Evans
2016-10-29
1
-1/+5
|
*
|
Support static linking of jemalloc with glibc
Dave Watson
2016-10-28
2
-0/+34
|
*
|
Reduce memory requirements for regression tests.
Jason Evans
2016-10-28
3
-35/+55
|
*
|
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
1
-0/+7
|
*
|
Periodically purge in memory-intensive integration tests.
Jason Evans
2016-10-28
3
-6/+27
|
*
|
Only link with libm (-lm) if necessary.
Jason Evans
2016-10-28
2
-6/+16
|
*
|
Only use --whole-archive with gcc.
Jason Evans
2016-10-28
3
-3/+7
|
*
|
Do not force lazy lock on Windows.
Jason Evans
2016-10-28
1
-1/+0
|
*
|
Fix over-sized allocation of rtree leaf nodes.
Jason Evans
2016-10-28
1
-1/+1
|
*
|
Use --whole-archive when linking integration tests on MinGW.
Jason Evans
2016-10-26
1
-1/+10
|
*
|
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
14
-130/+176
|
*
|
Make dss operations lockless.
Jason Evans
2016-10-13
11
-146/+127
|
*
|
Add/use adaptive spinning.
Jason Evans
2016-10-13
6
-2/+66
|
*
|
Disallow 0x5a junk filling when running in Valgrind.
Jason Evans
2016-10-13
1
-6/+28
|
*
|
Fix and simplify decay-based purging.
Jason Evans
2016-10-11
2
-69/+69
|
*
|
Fix decay tests to all adapt to nstime_monotonic().
Jason Evans
2016-10-11
1
-6/+9
|
*
|
Do not advance decay epoch when time goes backwards.
Jason Evans
2016-10-11
6
-6/+63
|
*
|
Refactor arena->decay_* into arena->decay.* (arena_decay_t).
Jason Evans
2016-10-11
2
-84/+91
|
*
|
Refine nstime_update().
Jason Evans
2016-10-10
5
-38/+109
|
*
|
Simplify run quantization.
Jason Evans
2016-10-06
3
-154/+31
|
*
|
Refactor runs_avail.
Jason Evans
2016-10-05
6
-49/+70
|
*
|
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-10-04
6
-28/+203
|
*
|
Use TSDN_NULL rather than NULL as appropriate.
Jason Evans
2016-10-04
3
-9/+9
|
*
|
Fix a typo.
Jason Evans
2016-10-04
1
-1/+1
|
*
|
Define 64-bits atomics unconditionally
Mike Hommey
2016-10-04
1
-10/+8
|
*
|
Close file descriptor after reading "/proc/sys/vm/overcommit_memory".
Jason Evans
2016-09-26
1
-0/+1
|
*
|
Add an AppVeyor config
Mike Hommey
2016-09-26
1
-0/+28
|
*
|
Add Travis-CI configuration
Mike Hommey
2016-09-26
1
-0/+29
|
*
|
use install command determined by configure
Thomas Köckerbauer
2016-09-26
1
-20/+21
|
*
|
Readme.txt error for building in the Windows
Bai
2016-09-26
1
-1/+1
|
*
|
Fix LG_QUANTUM definition for sparc64
Eric Le Bihan
2016-09-26
1
-1/+1
|
*
|
Disable irrelevant Cray compiler warnings if cc-silence is enabled
Elliot Ronaghan
2016-09-26
1
-0/+6
|
*
|
Add Cray compiler's equivalent of -Werror before __attribute__ checks
Elliot Ronaghan
2016-09-26
1
-0/+4
|
*
|
Disable automatic dependency generation for the Cray compiler
Elliot Ronaghan
2016-09-26
1
-0/+4
|
*
|
Add initial support for building with the cray compiler
Elliot Ronaghan
2016-09-26
1
-0/+32
|
*
|
Fix librt detection when using a Cray compiler wrapper
Elliot Ronaghan
2016-09-26
2
-1/+15
|
*
|
Add -dynamic for integration and stress tests with Cray compiler wrappers
Elliot Ronaghan
2016-09-26
2
-2/+21
|
*
|
Don't use compact red-black trees with the pgi compiler
Elliot Ronaghan
2016-09-26
1
-0/+2
|
*
|
Work around a weird pgi bug in test/unit/math.c
Elliot Ronaghan
2016-09-26
1
-0/+4
|
*
|
Formatting fixes.
Jason Evans
2016-09-26
1
-9/+12
|
*
|
Change how the default zone is found
Mike Hommey
2016-09-26
1
-2/+31
|
*
|
Fix a bug in __builtin_unreachable configure check
Elliot Ronaghan
2016-09-26
1
-1/+1
|
*
|
Check for __builtin_unreachable at configure time
Elliot Ronaghan
2016-09-26
3
-16/+29
|
*
|
Fix a valgrind regression in chunk_recycle()
Elliot Ronaghan
2016-09-26
1
-1/+2
|
*
|
Fix arena_bind().
Qi Wang
2016-09-23
1
-6/+7
|
*
|
Change html manual encoding to UTF-8.
Jason Evans
2016-09-12
3
-88/+92
|
/
/
*
|
Merge branch.
4.2.1
Jason Evans
2016-06-08
9
-38/+96
|
\
\
|
|
/
|
/
|
[prev]
[next]