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
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
1
-0/+1
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
1
-0/+1
*
Header refactoring: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
1
-0/+1
*
Fix extent_grow_next management.
Jason Evans
2017-05-30
1
-146/+206
*
Fix OOM paths in extent_grow_retained().
Jason Evans
2017-05-30
1
-2/+8
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0/+1
*
Header refactoring: unify and de-catchall witness code.
David Goldblatt
2017-05-24
1
-18/+36
*
Protect the rtree/extent interactions with a mutex pool.
David Goldblatt
2017-05-19
1
-99/+145
*
Allow mutexes to take a lock ordering enum at construction.
David Goldblatt
2017-05-19
1
-1/+2
*
Add extent_destroy_t and use it during arena destruction.
Jason Evans
2017-04-29
1
-1/+46
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-1/+1
*
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
[next]