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
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
10
-29/+29
*
Add MALLCTL_ARENAS_ALL.
Jason Evans
2017-01-07
6
-92/+171
*
Reindent.
Jason Evans
2017-01-07
1
-12/+12
*
Fix locking in arena_dirty_count().
Jason Evans
2017-01-07
1
-1/+3
*
Fix allocated_large stats with respect to sampled small allocations.
Jason Evans
2017-01-07
1
-6/+18
*
Fix arena_large_reset_stats_cancel().
Jason Evans
2017-01-05
1
-1/+1
*
Implement per arena base allocators.
Jason Evans
2016-12-27
18
-323/+939
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-27
11
-84/+258
*
Rename arena_decay_t's ndirty to nunpurged.
Jason Evans
2016-12-27
2
-5/+5
*
Use exponential series to size extents.
Jason Evans
2016-12-27
3
-31/+198
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-27
9
-6/+141
*
Fix JSON-mode output for !config_stats and/or !config_prof cases.
Jason Evans
2016-12-23
1
-10/+11
*
Simplify arena_slab_regind().
Jason Evans
2016-12-23
5
-59/+66
*
Restructure *CFLAGS/*CXXFLAGS configuration.
Jason Evans
2016-12-16
3
-133/+168
*
Re-expand the Travis-CI build matrix.
Jason Evans
2016-12-14
1
-0/+7
*
Update Travis-CI config for C++ integration.
Jason Evans
2016-12-13
1
-11/+8
*
Add some missing explicit casts.
Jason Evans
2016-12-13
1
-3/+4
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-13
13
-25/+905
*
Add a_type parameter to qr_{meld,split}().
Jason Evans
2016-12-13
3
-11/+11
*
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-11-30
1
-12/+6
*
Implement a more reliable detection scheme for os_unfair_lock.
John Szakmeister
2016-11-23
1
-0/+5
*
Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.
Jason Evans
2016-11-22
1
-2/+6
*
Style fixes.
Jason Evans
2016-11-22
1
-6/+6
*
Add pthread_atfork(3) feature test.
Jason Evans
2016-11-17
3
-2/+14
*
Update a comment.
Jason Evans
2016-11-17
1
-1/+1
*
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 type-limits warnings.
Jason Evans
2016-11-17
1
-12/+30
*
Remove size_t -> unsigned -> size_t conversion.
Maks Naumov
2016-11-16
1
-2/+1
*
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
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
3
-10/+11
*
Add packing test, which verifies stable layout policy.
Jason Evans
2016-11-15
2
-0/+168
*
Add extent serial numbers.
Jason Evans
2016-11-15
7
-35/+126
*
Fix arena_reset() crashing bug.
Jason Evans
2016-11-15
1
-41/+42
*
Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.
Jason Evans
2016-11-12
1
-1/+16
*
Reduce memory usage for sdallocx() test_alignment_and_size.
Jason Evans
2016-11-12
1
-2/+2
*
Add configure support for *-*-linux-android.
Jason Evans
2016-11-10
1
-0/+12
*
Update config.{guess,sub} from upstream.
Jason Evans
2016-11-10
2
-90/+160
*
Update ChangeLog for 4.3.1.
Jason Evans
2016-11-08
1
-0/+8
*
Fix test_prng_lg_range_zu() to work on 32-bit systems.
Jason Evans
2016-11-07
1
-10/+10
*
Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}().
Jason Evans
2016-11-07
8
-139/+139
*
Revert "Define 64-bits atomics unconditionally"
Jason Evans
2016-11-07
1
-8/+10
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
8
-52/+334
*
Update ChangeLog for 4.3.0.
Jason Evans
2016-11-04
1
-0/+2
*
Fixes to Visual Studio Project files
Matthew Parkinson
2016-11-04
2
-6/+14
*
Use -std=gnu11 if available.
Jason Evans
2016-11-04
1
-2/+8
*
Update ChangeLog for 4.3.0.
Jason Evans
2016-11-04
1
-3/+9
[next]