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 rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
14
-504/+548
|
*
Add element acquire/release capabilities to rtree.
Jason Evans
2016-06-03
6
-136/+303
|
*
Remove obsolete reference to Valgrind and quarantine.
Jason Evans
2016-06-03
1
-3/+1
|
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
14
-486/+491
|
*
Simplify run quantization.
Jason Evans
2016-05-16
4
-169/+31
|
*
Refactor runs_avail.
Jason Evans
2016-05-16
7
-53/+81
|
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-05-13
6
-26/+203
|
*
Initialize arena_bin_info at compile time rather than at boot time.
Jason Evans
2016-05-13
5
-96/+100
|
*
Implement BITMAP_INFO_INITIALIZER(nbits).
Jason Evans
2016-05-13
3
-131/+366
|
*
Remove redzone support.
Jason Evans
2016-05-13
14
-301/+41
|
*
Remove quarantine support.
Jason Evans
2016-05-13
24
-519/+51
|
*
Remove Valgrind support.
Jason Evans
2016-05-13
23
-409/+33
|
*
Use TSDN_NULL rather than NULL as appropriate.
Jason Evans
2016-05-13
3
-9/+9
|
*
Fix a typo.
Jason Evans
2016-05-12
1
-1/+1
*
|
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
[prev]
[next]