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
...
*
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
[prev]