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
...
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
3
-21/+29
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
5
-75/+77
*
Make dss operations lockless.
Jason Evans
2016-10-13
6
-127/+121
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
3
-2/+10
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
7
-91/+8
*
Remove ratio-based purging.
Jason Evans
2016-10-12
4
-279/+29
*
Fix and simplify decay-based purging.
Jason Evans
2016-10-11
1
-51/+58
*
Do not advance decay epoch when time goes backwards.
Jason Evans
2016-10-11
2
-4/+39
*
Refactor arena->decay_* into arena->decay.* (arena_decay_t).
Jason Evans
2016-10-11
1
-38/+38
*
Refine nstime_update().
Jason Evans
2016-10-10
1
-27/+49
*
Reduce "thread.arena" mallctl contention.
Jason Evans
2016-10-04
1
-3/+1
*
Remove a size class assertion from extent_size_quantize_floor().
Jason Evans
2016-10-03
1
-1/+0
*
Fix size class overflow bugs.
Jason Evans
2016-10-03
2
-5/+9
*
Close file descriptor after reading "/proc/sys/vm/overcommit_memory".
Jason Evans
2016-09-26
1
-0/+1
*
Formatting fixes.
Jason Evans
2016-09-26
1
-9/+12
*
Add various mutex ownership assertions.
Jason Evans
2016-09-23
2
-6/+12
*
Fix large_dalloc_impl() to always lock large_mtx.
Jason Evans
2016-09-23
1
-4/+7
*
Add new_addr validation in extent_recycle().
Jason Evans
2016-09-23
1
-6/+28
*
Protect extents_dirty access with extents_mtx.
Jason Evans
2016-09-22
2
-47/+98
*
Fix extent_recycle() to exclude other arenas' extents.
Jason Evans
2016-09-22
1
-1/+2
*
Fix arena_bind().
Qi Wang
2016-09-22
1
-6/+7
*
Change how the default zone is found
Mike Hommey
2016-07-08
1
-2/+29
*
Avoid getting the same default zone twice in a row.
Mike Hommey
2016-07-08
1
-2/+3
*
Fix potential VM map fragmentation regression.
Jason Evans
2016-06-07
1
-1/+1
*
Fix mixed decl in nstime.c
Elliot Ronaghan
2016-06-07
1
-3/+5
*
Propagate tsdn to default extent hooks.
Jason Evans
2016-06-07
1
-25/+78
*
Use extent_commit_wrapper() rather than directly calling commit hook.
Jason Evans
2016-06-06
1
-3/+2
*
Set 'committed' in extent_[de]commit_wrapper().
Jason Evans
2016-06-06
1
-8/+13
*
Fix regressions related extent splitting failures.
Jason Evans
2016-06-06
1
-1/+3
*
Fix an extent [de]allocation/[de]registration race.
Jason Evans
2016-06-06
1
-4/+17
*
Fix extent_alloc_dss() regressions.
Jason Evans
2016-06-06
2
-22/+31
*
Fix gdump triggering regression.
Jason Evans
2016-06-06
1
-13/+11
*
Remove a stray memset(), and fix a junk filling test regression.
Jason Evans
2016-06-06
1
-2/+11
*
Silence a bogus compiler warning.
Jason Evans
2016-06-06
1
-1/+3
*
Fix locking order reversal in arena_reset().
Jason Evans
2016-06-06
1
-5/+13
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
5
-204/+173
*
Add rtree lookup path caching.
Jason Evans
2016-06-06
2
-24/+44
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-06
5
-50/+6
*
Remove some unnecessary locking.
Jason Evans
2016-06-06
1
-20/+2
*
Fix rallocx() sampling code to not eagerly commit sampler update.
Jason Evans
2016-06-06
1
-3/+3
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
1
-1/+1
*
Relax opt_lg_chunk clamping constraints.
Jason Evans
2016-06-06
1
-10/+2
*
Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.
Jason Evans
2016-06-06
3
-31/+11
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
9
-1011/+1004
*
s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
Jason Evans
2016-06-06
3
-23/+36
*
s/CHUNK_HOOKS_INITIALIZER/EXTENT_HOOKS_INITIALIZER/g
Jason Evans
2016-06-06
3
-6/+6
*
Rename chunks_{cached,retained,mtx} to extents_{cached,retained,mtx}.
Jason Evans
2016-06-06
2
-25/+26
*
Rename chunk_*_t hooks to extent_*_t.
Jason Evans
2016-06-06
1
-29/+29
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-06
6
-149/+155
*
Rename huge to large.
Jason Evans
2016-06-06
9
-273/+278
[prev]
[next]