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
/
ctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert arena_decay_t's time to be atomically synchronized.
Jason Evans
2017-03-03
1
-1/+1
*
Small style fix in ctl.c
Qi Wang
2017-03-01
1
-2/+1
*
Convert arena->dss_prec synchronization to atomics.
Jason Evans
2017-02-16
1
-2/+2
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-02
1
-2/+0
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-21/+21
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-72/+72
*
Update brace style.
Jason Evans
2017-01-21
1
-178/+166
*
Fix --disable-stats support.
Jason Evans
2017-01-20
1
-161/+195
*
Added stats about number of bytes cached in tcache currently.
Qi Wang
2017-01-18
1
-0/+9
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-13/+0
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-86/+199
*
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Jason Evans
2017-01-07
1
-29/+25
*
Range-check mib[1] --> arena_ind casts.
Jason Evans
2017-01-07
1
-7/+22
*
Move static ctl_epoch variable into ctl_stats_t (as epoch).
Jason Evans
2017-01-07
1
-4/+3
*
Refactor ctl_stats_t.
Jason Evans
2017-01-07
1
-58/+91
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
1
-3/+3
*
Add MALLCTL_ARENAS_ALL.
Jason Evans
2017-01-07
1
-76/+122
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-20/+30
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
1
-2/+2
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-2/+2
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-6/+0
*
Remove ratio-based purging.
Jason Evans
2016-10-12
1
-81/+4
*
Reduce "thread.arena" mallctl contention.
Jason Evans
2016-10-04
1
-3/+1
*
Silence a bogus compiler warning.
Jason Evans
2016-06-06
1
-1/+3
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
1
-8/+8
*
Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.
Jason Evans
2016-06-06
1
-20/+6
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
1
-2/+2
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-06
1
-11/+11
*
Rename huge to large.
Jason Evans
2016-06-06
1
-72/+74
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-18/+19
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-164/+11
*
Remove redzone support.
Jason Evans
2016-05-13
1
-3/+0
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-8/+0
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-5/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-113/+116
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
1
-0/+10
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
1
-1/+1
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
1
-0/+36
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-1/+1
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-201/+186
*
Fix stats.arenas.<i>.[...] for --disable-stats case.
Jason Evans
2016-02-28
1
-77/+77
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
1
-29/+14
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-2/+3
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Explicitly cast mib[] elements to unsigned where appropriate.
Jason Evans
2016-02-24
1
-9/+9
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-29/+137
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-17/+20
*
Tweak code to allow compilation of concatenated src/*.c sources.
Jason Evans
2015-11-12
1
-3/+3
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-42/+33
*
Add the config.cache_oblivious mallctl.
Jason Evans
2015-07-17
1
-0/+3
[next]