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
/
extent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
1
-1/+1
*
Trim before commit in extent_recycle().
Jason Evans
2017-04-20
1
-2/+6
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
1
-1/+2
*
Prefer old/low extent_t structures during reuse.
Jason Evans
2017-04-17
1
-10/+11
*
Track extent structure serial number (esn) in extent_t.
Jason Evans
2017-04-17
1
-2/+1
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+3
*
Header refactoring: break out ph.h dependencies
David Goldblatt
2017-04-11
1
-0/+2
*
Convert extent module to use C11-style atomcis
David Goldblatt
2017-04-05
1
-8/+10
*
Transition arena struct fields to C11 atomics
David Goldblatt
2017-04-05
1
-6/+9
*
Move arena_slab_data_t's nfree into extent_t's e_bits.
Jason Evans
2017-03-28
1
-1/+2
*
Use a bitmap in extents_t to speed up search.
Jason Evans
2017-03-25
1
-11/+30
*
Use first fit layout policy instead of best fit.
Jason Evans
2017-03-25
1
-12/+42
*
Embed root node into rtree_t.
Jason Evans
2017-03-23
1
-1/+1
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-23
1
-48/+79
*
Split rtree_elm_t into rtree_{node,leaf}_elm_t.
Jason Evans
2017-03-23
1
-35/+39
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
1
-98/+89
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-33/+40
*
Prefer pages_purge_forced() over memset().
Jason Evans
2017-03-14
1
-3/+10
*
Convert extents_t's npages field to use C11-style atomics
David Goldblatt
2017-03-09
1
-6/+23
*
Use any-best-fit for cached extent allocation.
Jason Evans
2017-03-07
1
-5/+8
*
Perform delayed coalescing prior to purging.
Jason Evans
2017-03-07
1
-38/+113
*
Tidy up extent quantization.
Jason Evans
2017-02-27
1
-21/+5
*
Disable coalescing of cached extents.
Jason Evans
2017-02-17
1
-21/+35
*
Optimize extent coalescing.
Jason Evans
2017-02-17
1
-20/+23
*
Determine rtree levels at compile time.
Jason Evans
2017-02-09
1
-2/+1
*
Fix extent_record().
Jason Evans
2017-02-07
1
-18/+33
*
Fix a race in extent_grow_retained().
Jason Evans
2017-02-04
1
-9/+14
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
1
-251/+367
*
Synchronize extent_grow_next accesses.
Jason Evans
2017-02-02
1
-3/+15
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-5/+5
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-82/+79
*
Update brace style.
Jason Evans
2017-01-21
1
-183/+192
*
Fix --disable-stats support.
Jason Evans
2017-01-20
1
-3/+5
*
Formatting/comment fixes.
Jason Evans
2017-01-17
1
-1/+0
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-28/+0
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-5/+16
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-21/+15
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-27
1
-25/+109
*
Use exponential series to size extents.
Jason Evans
2016-12-27
1
-31/+186
*
Add extent serial numbers.
Jason Evans
2016-11-15
1
-17/+11
*
Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}().
Jason Evans
2016-11-07
1
-6/+6
*
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
1
-11/+10
*
Fix extent_alloc_cache[_locked]() to support decommitted allocation.
Jason Evans
2016-11-04
1
-11/+9
*
Fix extent_rtree acquire() to release element on error.
Jason Evans
2016-10-31
1
-1/+3
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-38/+10
*
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
1
-3/+7
*
Add various mutex ownership assertions.
Jason Evans
2016-09-23
1
-6/+10
[next]