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
/
test
/
unit
/
stats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
1
-5/+6
*
Pull out arena_bin_info_t and arena_bin_t into their own file.
David T. Goldblatt
2017-12-19
1
-1/+1
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-2/+4
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-8/+12
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
1
-1/+1
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-10/+26
*
Implement per-CPU arena.
Qi Wang
2017-03-09
1
-51/+47
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-3/+3
*
Update brace style.
Jason Evans
2017-01-21
1
-20/+10
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-2/+0
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-83/+92
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-10/+5
*
Rename huge to large.
Jason Evans
2016-06-06
1
-24/+24
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-9/+9
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-97/+8
*
Fix more 64-to-32 conversion warnings.
Jason Evans
2016-04-12
1
-5/+5
*
Fix test_stats_arenas_summary fragility.
Jason Evans
2016-02-20
1
-4/+4
*
Rename arena_maxclass to large_maxclass.
Jason Evans
2015-09-12
1
-3/+3
*
Clarify relationship between stats.resident and stats.mapped.
Jason Evans
2015-05-30
1
-3/+7
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-27/+0
*
Fix test_stats_arenas_bins for 32-bit builds.
Yuriy Kaminskiy
2014-12-03
1
-0/+1
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
1
-9/+94
*
Rename "small" local variable, because windows headers #define it
Mike Hommey
2014-05-27
1
-4/+4
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-7/+11
*
Fix mallctl argument size mismatches (size_t vs. uint64_t).
Jason Evans
2014-01-29
1
-8/+15
*
Avoid lazy-lock in a tcache-dependent test.
Jason Evans
2014-01-21
1
-14/+34
*
Fix warnings and a test failure exposed on CentOS 6.3.
Jason Evans
2014-01-15
1
-2/+5
*
Add stats unit tests.
Jason Evans
2013-12-20
1
-0/+350