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 extent_alloc_cache[_locked]() to support decommitted allocation.
Jason Evans
2016-11-04
4
-20/+19
|
*
Update symbol mangling.
Jason Evans
2016-11-03
1
-0/+2
|
*
Update ChangeLog for 4.3.0.
Jason Evans
2016-11-03
1
-0/+37
|
*
Support Debian GNU/kFreeBSD.
Samuel Moritz
2016-11-03
1
-1/+1
|
*
Fix long spinning in rtree_node_init
Dave Watson
2016-11-03
4
-19/+15
|
*
Check for existance of CPU_COUNT macro before using it.
Dave Watson
2016-11-03
1
-1/+7
|
*
Fix sycall(2) configure test for Linux.
Jason Evans
2016-11-03
1
-2/+1
|
*
Do not use syscall(2) on OS X 10.12 (deprecated).
Jason Evans
2016-11-03
4
-4/+24
|
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
7
-0/+42
|
*
Fix/refactor zone allocator integration code.
Jason Evans
2016-11-03
2
-85/+108
|
*
Call _exit(2) rather than exit(3) in forked child.
Jason Evans
2016-11-03
1
-1/+1
|
*
Force no lazy-lock on Windows.
Jason Evans
2016-11-02
1
-5/+11
|
*
malloc_stats_print() fixes/cleanups.
Jason Evans
2016-11-01
1
-18/+3
|
*
Use <quote>...</quote> rather than “...” or "..." in XML.
Jason Evans
2016-11-01
2
-31/+33
|
*
Add "J" (JSON) support to malloc_stats_print().
Jason Evans
2016-11-01
2
-335/+738
|
*
Fix extent_rtree acquire() to release element on error.
Jason Evans
2016-10-31
1
-1/+3
|
*
Add an assertion in witness_owner().
Jason Evans
2016-10-31
1
-0/+3
|
*
Refactor witness_unlock() to fix undefined test behavior.
Jason Evans
2016-10-31
2
-11/+29
|
*
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
Jason Evans
2016-10-30
3
-10/+10
|
*
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
|
*
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
[prev]
[next]