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
*
Do not assume dss never decreases.
stable-4
Uwe L. Korn
2017-09-11
1
-36/+35
*
Use openat syscall if available
Jim Chen
2017-05-12
3
-0/+11
*
Fix decommit-related run fragmentation.
Jason Evans
2017-04-18
2
-39/+71
*
Merge branch 'rc-4.5.0'
4.5.0
Jason Evans
2017-03-01
83
-515/+2388
|
\
|
*
Update ChangeLog for 4.5.0.
Jason Evans
2017-03-01
1
-0/+35
|
*
Add casts to CONF_HANDLE_T_U().
Jason Evans
2017-03-01
1
-6/+6
|
*
Alphabetize private symbol names.
Jason Evans
2017-02-28
1
-1/+1
|
*
Fix/enhance THP integration.
Jason Evans
2017-02-28
13
-21/+177
|
*
restructure *CFLAGS configuration.
Jason Evans
2017-02-28
3
-111/+141
|
*
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
|
*
Add some missing explicit casts.
Jason Evans
2017-02-27
1
-3/+4
|
*
Fix huge-aligned allocation.
Jason Evans
2017-02-27
6
-11/+141
|
*
Silence harmless warnings discovered via run_tests.sh.
Jason Evans
2017-02-26
1
-2/+7
|
*
Test JSON output of malloc_stats_print() and fix bugs.
Jason Evans
2017-02-26
3
-27/+1035
|
*
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
3
-6/+19
|
*
Add witness_assert_depth[_to_rank]().
Jason Evans
2017-02-23
7
-107/+141
|
*
Enable mutex witnesses even when !isthreaded.
Jason Evans
2017-02-23
1
-7/+5
|
*
CI: Run --enable-debug builds on windows
David Goldblatt
2017-02-23
1
-1/+15
|
*
Use MALLOC_CONF rather than malloc_conf for tests.
Jason Evans
2017-02-23
38
-87/+129
|
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-23
6
-38/+110
|
*
Repair file permissions.
Jason Evans
2017-02-22
23
-0/+0
|
*
Beef up travis CI integration testing
David Goldblatt
2017-02-21
2
-11/+162
|
*
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
4
-30/+61
|
*
Convert witness_assert_lockless() to witness_assert_lock_depth().
Jason Evans
2017-01-24
5
-81/+102
|
*
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
4
-69/+86
|
*
Use better pre-processor defines for sparc64
John Paul Adrian Glaubitz
2017-01-13
1
-1/+1
|
/
*
Merge branch 'rc-4.4.0'
4.4.0
Jason Evans
2016-12-04
55
-705/+1396
|
\
|
*
Update ChangeLog for 4.4.0.
Jason Evans
2016-12-04
1
-0/+27
|
*
Add --disable-syscall.
Jason Evans
2016-12-04
5
-15/+33
|
*
Update configure cache file example.
Jason Evans
2016-12-04
1
-12/+6
|
*
Fix pages_purge() when using MADV_DONTNEED.
Jason Evans
2016-12-04
1
-1/+1
|
*
Implement a more reliable detection scheme for os_unfair_lock.
John Szakmeister
2016-11-29
1
-0/+5
|
*
Mark partially purged arena chunks as non-hugepage.
Jason Evans
2016-11-24
9
-5/+110
|
*
Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.
Jason Evans
2016-11-22
1
-2/+6
|
*
Add pthread_atfork(3) feature test.
Jason Evans
2016-11-17
3
-2/+14
|
*
Refactor madvise(2) configuration.
Jason Evans
2016-11-17
3
-30/+39
|
*
Remove a residual comment.
Jason Evans
2016-11-17
1
-1/+0
|
*
Avoid gcc tautological-compare warnings.
Jason Evans
2016-11-17
2
-12/+26
|
*
Avoid gcc type-limits warnings.
Jason Evans
2016-11-17
1
-14/+32
|
*
Document how to use --cache configure option.
Jason Evans
2016-11-16
1
-0/+15
|
*
Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."
Jason Evans
2016-11-16
1
-16/+1
|
*
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
27
-362/+397
|
*
Explicitly cast negative constants meant for use as unsigned.
Jason Evans
2016-11-15
1
-3/+5
|
*
Add cast to silence (harmless) conversion warning.
Jason Evans
2016-11-15
1
-1/+1
[next]