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
...
*
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
*
Fix over-sized allocation of rtree leaf nodes.
Jason Evans
2016-10-28
1
-1/+1
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
25
-317/+358
*
Explicitly cast negative constants meant for use as unsigned.
Jason Evans
2016-10-28
1
-3/+5
*
Add cast to silence (harmless) conversion warning.
Jason Evans
2016-10-28
1
-1/+1
*
Avoid negation of unsigned numbers.
Jason Evans
2016-10-28
1
-2/+2
*
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-27
1
-1/+0
*
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
13
-132/+172
*
Make dss operations lockless.
Jason Evans
2016-10-13
11
-147/+131
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
6
-2/+66
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
23
-270/+26
*
Remove ratio-based purging.
Jason Evans
2016-10-12
11
-485/+38
*
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
*
Reduce "thread.arena" mallctl contention.
Jason Evans
2016-10-04
1
-3/+1
*
Remove a size class assertion from extent_size_quantize_floor().
Jason Evans
2016-10-03
1
-1/+0
*
Fix size class overflow bugs.
Jason Evans
2016-10-03
4
-8/+30
*
Verify extent hook functions receive correct extent_hooks pointer.
Jason Evans
2016-09-29
1
-17/+52
*
Update extent hook function prototype comments.
Jason Evans
2016-09-29
1
-13/+14
*
Close file descriptor after reading "/proc/sys/vm/overcommit_memory".
Jason Evans
2016-09-26
1
-0/+1
*
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
*
Formatting fixes.
Jason Evans
2016-09-26
1
-9/+12
*
Fix a bug in __builtin_unreachable configure check
Elliot Ronaghan
2016-09-26
1
-1/+1
*
Avoid self assignment in tsd_set().
Jason Evans
2016-09-23
1
-4/+8
*
Add various mutex ownership assertions.
Jason Evans
2016-09-23
3
-6/+14
*
Fix extent_{before,last,past}() to return page-aligned results.
Jason Evans
2016-09-23
1
-4/+5
*
Fix large_dalloc_impl() to always lock large_mtx.
Jason Evans
2016-09-23
1
-4/+7
*
Add new_addr validation in extent_recycle().
Jason Evans
2016-09-23
1
-6/+28
*
Protect extents_dirty access with extents_mtx.
Jason Evans
2016-09-22
5
-58/+112
*
Fix extent_recycle() to exclude other arenas' extents.
Jason Evans
2016-09-22
1
-1/+2
*
Fix arena_bind().
Qi Wang
2016-09-22
1
-6/+7
*
Fix -Wundef in _MSC_VER check.
Josh Gao
2016-09-15
1
-1/+1
*
Change html manual encoding to UTF-8.
Jason Evans
2016-09-12
3
-92/+96
*
Update project URL.
Jason Evans
2016-09-12
3
-3/+3
*
Change how the default zone is found
Mike Hommey
2016-07-08
1
-2/+29
*
Avoid getting the same default zone twice in a row.
Mike Hommey
2016-07-08
1
-2/+3
[prev]
[next]