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
/
include
/
jemalloc
/
internal
/
arena_externs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split up and standardize naming of stats code.
David T. Goldblatt
2017-12-19
1
-5/+1
*
Pull out arena_bin_info_t and arena_bin_t into their own file.
David T. Goldblatt
2017-12-19
1
-4/+3
*
Add arena.i.retain_grow_limit
Qi Wang
2017-11-03
1
-0/+2
*
Pull out caching for a bin into its own file.
David Goldblatt
2017-08-17
1
-1/+1
*
Add extent_grow_mtx in pre_ / post_fork handlers.
Qi Wang
2017-06-30
1
-0/+1
*
Drop high rank locks when creating threads.
Qi Wang
2017-06-08
1
-0/+1
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
1
-3/+2
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-8/+0
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
1
-0/+1
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-40/+43
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-15/+13
*
Stop depending on JEMALLOC_N() for function interception during testing.
Jason Evans
2017-05-12
1
-5/+3
*
Header refactoring: pages.h - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0/+1
*
Header refactoring: stats - unify and remove from catchall
David Goldblatt
2017-04-24
1
-0/+1
*
Header refactoring: size_classes module - remove from the catchall
David Goldblatt
2017-04-24
1
-0/+2
*
Optimizing TSD and thread cache layout.
Qi Wang
2017-04-07
1
-1/+1
*
Push down iealloc() calls.
Jason Evans
2017-03-23
1
-10/+8
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-12/+19
*
Implement per-CPU arena.
Qi Wang
2017-03-09
1
-0/+4
*
Fix arena_prefork lock rank order for witness.
Qi Wang
2017-03-09
1
-0/+3
*
Immediately purge cached extents if decay_time is 0.
Jason Evans
2017-03-03
1
-3/+0
*
Convert arena_decay_t's time to be atomically synchronized.
Jason Evans
2017-03-03
1
-1/+1
*
Move arena_basic_stats_merge() prototype (hygienic cleanup).
Jason Evans
2017-02-21
1
-3/+3
*
Fix arena->stats.mapped accounting.
Jason Evans
2017-02-16
1
-0/+2
*
Convert arena->stats synchronization to atomics.
Jason Evans
2017-02-16
1
-5/+7
*
Convert arena->dss_prec synchronization to atomics.
Jason Evans
2017-02-16
1
-2/+2
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
1
-8/+3
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-0/+92