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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add casts to CONF_HANDLE_T_U().
Jason Evans
2017-03-01
1
-6/+6
*
Fix/enhance THP integration.
Jason Evans
2017-02-28
5
-16/+103
*
Handle race in stats_arena_bins_print
Qi Wang
2017-02-27
1
-3/+13
*
Fix lg_chunk clamping for config_cache_oblivious.
Jason Evans
2017-02-27
2
-16/+12
*
Fix huge-aligned allocation.
Jason Evans
2017-02-27
2
-11/+35
*
Test JSON output of malloc_stats_print() and fix bugs.
Jason Evans
2017-02-26
1
-27/+34
*
Fix JSON-mode output for !config_stats and/or !config_prof cases.
Jason Evans
2017-02-26
1
-9/+10
*
Fix chunk_alloc_dss() regression.
Jason Evans
2017-02-26
1
-18/+27
*
Relax witness assertions related to prof_gdump().
Jason Evans
2017-02-23
2
-6/+11
*
Add witness_assert_depth[_to_rank]().
Jason Evans
2017-02-23
4
-54/+53
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-23
3
-28/+93
*
Repair file permissions.
Jason Evans
2017-02-22
3
-0/+0
*
Avoid redeclaring glibc's secure_getenv
Tamir Duberstein
2017-01-25
1
-5/+6
*
Fix lock order reversal during gdump.
Jason Evans
2017-01-24
3
-28/+59
*
Convert witness_assert_lockless() to witness_assert_lock_depth().
Jason Evans
2017-01-24
2
-46/+47
*
Add dummy implementations for most remaining OSX zone allocator functions
Mike Hommey
2017-01-18
1
-10/+108
*
Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions
Mike Hommey
2017-01-18
1
-36/+86
*
Add --disable-syscall.
Jason Evans
2016-12-04
2
-4/+4
*
Fix pages_purge() when using MADV_DONTNEED.
Jason Evans
2016-12-04
1
-1/+1
*
Mark partially purged arena chunks as non-hugepage.
Jason Evans
2016-11-24
2
-2/+53
*
Add pthread_atfork(3) feature test.
Jason Evans
2016-11-17
1
-2/+3
*
Refactor madvise(2) configuration.
Jason Evans
2016-11-17
1
-5/+5
*
Avoid gcc tautological-compare warnings.
Jason Evans
2016-11-17
1
-6/+6
*
Avoid gcc type-limits warnings.
Jason Evans
2016-11-17
1
-14/+32
*
Fix an MSVC compiler warning.
Jason Evans
2016-11-16
1
-1/+1
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
3
-9/+10
*
Consistently use size_t rather than uint64_t for extent serial numbers.
Jason Evans
2016-11-15
2
-3/+3
*
Add extent serial numbers.
Jason Evans
2016-11-15
6
-128/+225
*
Simplify extent_quantize().
Jason Evans
2016-11-12
1
-6/+3
*
Fix/simplify chunk_recycle() allocation size computations.
Jason Evans
2016-11-12
1
-1/+4
*
Fix extent_quantize() to handle greater-than-huge-size extents.
Jason Evans
2016-11-12
1
-5/+19
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
3
-6/+8
*
Fix run leak.
Jason Evans
2016-11-07
1
-5/+7
*
Fix arena data structure size calculation.
Jason Evans
2016-11-04
1
-2/+2
*
Fix large allocation to search optimal size class heap.
Jason Evans
2016-11-04
1
-1/+1
*
Fix chunk_alloc_cache() to support decommitted allocation.
Jason Evans
2016-11-04
2
-11/+13
*
Check for existance of CPU_COUNT macro before using it.
Dave Watson
2016-11-03
1
-1/+7
*
Do not use syscall(2) on OS X 10.12 (deprecated).
Jason Evans
2016-11-03
2
-4/+4
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
1
-0/+2
*
Fix/refactor zone allocator integration code.
Jason Evans
2016-11-03
1
-85/+107
*
Add "J" (JSON) support to malloc_stats_print().
Jason Evans
2016-11-01
1
-377/+854
*
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
Jason Evans
2016-10-30
1
-2/+2
*
Use syscall(2) rather than {open,read,close}(2) during boot.
Jason Evans
2016-10-30
1
-0/+19
*
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
1
-0/+31
*
Fix over-sized allocation of rtree leaf nodes.
Jason Evans
2016-10-28
1
-1/+1
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
6
-73/+79
*
Make dss operations lockless.
Jason Evans
2016-10-13
6
-127/+118
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
3
-2/+10
[next]