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
*
Avoid a resource leak down extent split failure paths.
David Goldblatt
2018-04-18
1
-10/+8
*
Fix arguments passed to extent_init.
Qi Wang
2018-04-09
1
-1/+1
*
extents: Remove preserve_lru feature.
Dave Watson
2018-04-02
1
-46/+18
*
Add opt.thp which allows explicit hugepage usage.
Qi Wang
2018-03-08
1
-6/+6
*
Improve the fit for aligned allocation.
Qi Wang
2018-01-05
1
-10/+61
*
Over purge by 1 extent always.
Qi Wang
2017-12-18
1
-4/+2
*
Fix extent deregister on the leak path.
Qi Wang
2017-12-09
1
-4/+14
*
Add more tests for extent hooks failure paths.
Qi Wang
2017-11-29
1
-0/+3
*
Add missing deregister before extents_leak.
Qi Wang
2017-11-20
1
-0/+1
*
Avoid setting zero and commit if split fails in extent_recycle.
Qi Wang
2017-11-20
1
-14/+10
*
Eagerly coalesce large extents.
Qi Wang
2017-11-16
1
-1/+15
*
Fix an extent coalesce bug.
Qi Wang
2017-11-16
1
-7/+13
*
Add opt.lg_extent_max_active_fit
Qi Wang
2017-11-16
1
-0/+9
*
Use extent_heap_first for best fit.
Qi Wang
2017-11-16
1
-1/+1
*
Fix unbounded increase in stash_decayed.
Qi Wang
2017-11-09
1
-2/+3
*
Add arena.i.retain_grow_limit
Qi Wang
2017-11-03
1
-3/+4
*
Add a "dumpable" bit to the extent state.
David Goldblatt
2017-10-16
1
-6/+13
*
Factor out extent-splitting core from extent lifetime management.
David Goldblatt
2017-10-16
1
-81/+149
*
Document some of the internal extent functions.
David Goldblatt
2017-10-16
1
-0/+35
*
Use ph instead of rb tree for extents_avail_
Dave Watson
2017-10-04
1
-1/+1
*
Relax constraints on reentrancy for extent hooks.
Qi Wang
2017-08-31
1
-1/+12
*
Bypass extent_alloc_wrapper_hard for no_move_expand.
Qi Wang
2017-07-31
1
-0/+9
*
Check arena in current context in pre_reentrancy.
Qi Wang
2017-06-23
1
-34/+34
*
Set reentrancy when invoking customized extent hooks.
Qi Wang
2017-06-23
1
-8/+76
*
Fix extent_hooks in extent_grow_retained().
Qi Wang
2017-06-14
1
-3/+12
*
Remove assertions on extent_hooks being default.
Qi Wang
2017-06-05
1
-16/+0
*
Take background thread lock when setting extent hooks.
Qi Wang
2017-06-05
1
-2/+12
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-11/+12
*
Header refactoring: unify and de-catchall mutex_pool.
David Goldblatt
2017-05-31
1
-0/+1
*
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
[next]