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
...
*
Unify the allocation paths
David Goldblatt
2017-01-20
1
-392/+505
*
Fix --disable-stats support.
Jason Evans
2017-01-20
2
-164/+200
*
Test JSON output of malloc_stats_print() and fix bugs.
Jason Evans
2017-01-19
1
-28/+37
*
Added stats about number of bytes cached in tcache currently.
Qi Wang
2017-01-18
3
-0/+37
*
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
*
Fix prof_realloc() regression.
Jason Evans
2017-01-17
1
-40/+123
*
Formatting/comment fixes.
Jason Evans
2017-01-17
2
-3/+2
*
Add nullptr support to sized delete operators.
Jason Evans
2017-01-17
1
-0/+6
*
Fix style nits.
Jason Evans
2017-01-17
1
-19/+18
*
Remove redundent stats-merging logic when destroying tcache.
Qi Wang
2017-01-17
1
-11/+4
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
21
-257/+0
*
Fix indentation.
Jason Evans
2017-01-13
2
-4/+4
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
5
-96/+315
*
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Jason Evans
2017-01-07
2
-33/+33
*
Range-check mib[1] --> arena_ind casts.
Jason Evans
2017-01-07
1
-7/+22
*
Move static ctl_epoch variable into ctl_stats_t (as epoch).
Jason Evans
2017-01-07
1
-4/+3
*
Refactor ctl_stats_t.
Jason Evans
2017-01-07
1
-58/+91
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
2
-4/+4
*
Add MALLCTL_ARENAS_ALL.
Jason Evans
2017-01-07
2
-77/+123
*
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
9
-202/+418
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-27
4
-48/+149
*
Rename arena_decay_t's ndirty to nunpurged.
Jason Evans
2016-12-27
1
-4/+4
*
Use exponential series to size extents.
Jason Evans
2016-12-27
2
-31/+189
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-27
1
-1/+30
*
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
1
-59/+26
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-13
1
-0/+140
*
Add --disable-syscall.
Jason Evans
2016-12-04
2
-4/+4
*
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 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
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
1
-3/+4
*
Add extent serial numbers.
Jason Evans
2016-11-15
4
-28/+42
*
Fix arena_reset() crashing bug.
Jason Evans
2016-11-15
1
-41/+42
*
Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}().
Jason Evans
2016-11-07
2
-8/+8
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
3
-8/+8
*
Fix/simplify extent_recycle() allocation size computations.
Jason Evans
2016-11-04
1
-6/+5
*
Fix extent_recycle()'s cache-oblivious padding support.
Jason Evans
2016-11-04
1
-5/+6
*
Fix psz/pind edge cases.
Jason Evans
2016-11-04
3
-13/+13
*
Fix extent_alloc_cache[_locked]() to support decommitted allocation.
Jason Evans
2016-11-04
3
-18/+17
*
Fix long spinning in rtree_node_init
Dave Watson
2016-11-03
1
-14/+9
*
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
-84/+107
[prev]
[next]