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
*
Add the missing unlock in the error path of extent_register.
Qi Wang
2019-03-29
1
-0/+1
*
Eagerly purge oversized merged extents.
Qi Wang
2019-03-15
1
-0/+7
*
Avoid potential issues on extent zero-out.
Qi Wang
2019-01-12
1
-4/+21
*
Avoid touching all pages in extent_recycle for debug build.
Qi Wang
2018-11-13
1
-2/+3
*
Optimize large deallocation.
Qi Wang
2018-11-08
1
-17/+41
*
Bypass extent_dalloc when retain is enabled.
Qi Wang
2018-11-08
1
-8/+18
*
Add stats for the size of extent_avail heap
Tyler Etzel
2018-08-02
1
-0/+2
*
Add extents information to mallocstats output
Tyler Etzel
2018-08-02
1
-0/+36
*
SC: Remove global data.
David Goldblatt
2018-07-23
1
-11/+9
*
SC: Make some key size classes static.
David Goldblatt
2018-07-13
1
-3/+3
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
1
-23/+28
*
Clean compilation -Wextra
gnzlbg
2018-07-10
1
-1/+5
*
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
[next]