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
/
doc
/
jemalloc.xml.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak the wording about oversize_threshold.
Qi Wang
2019-04-01
1
-3/+3
*
Document opt.oversize_threshold.
Qi Wang
2019-03-29
1
-3/+25
*
Rename huge_threshold to oversize_threshold.
Qi Wang
2019-01-25
1
-3/+1
*
Mention different mmap(2) behaviour with retain:true.
Edward Tomasz Napierala
2019-01-24
1
-0/+3
*
Add stats for the size of extent_avail heap
Tyler Etzel
2018-08-02
1
-0/+11
*
Add extents information to mallocstats output
Tyler Etzel
2018-08-02
1
-4/+29
*
Rename huge_threshold to experimental, and tweak documentation.
Qi Wang
2018-06-29
1
-5/+8
*
Mallctl: Add arenas.lookup
Latchesar Ionkov
2018-05-01
1
-0/+9
*
Document liveness requirements for extent_hooks_t structures.
Qi Wang
2018-04-11
1
-1/+3
*
background_thread: add max thread count config
Dave Watson
2018-04-10
1
-0/+23
*
Add opt.thp which allows explicit hugepage usage.
Qi Wang
2018-03-08
1
-0/+22
*
Remove config.thp which wasn't in use.
Qi Wang
2018-03-08
1
-10/+0
*
Add opt.lg_extent_max_active_fit
Qi Wang
2017-11-16
1
-0/+16
*
Add arena.i.retain_grow_limit
Qi Wang
2017-11-03
1
-0/+16
*
Document the potential issues about opt.background_thread.
Qi Wang
2017-10-11
1
-3/+6
*
Fix a link for dirty_decay_ms in manual.
Qi Wang
2017-09-11
1
-1/+1
*
Add stats for metadata_thp.
Qi Wang
2017-08-30
1
-0/+26
*
Change opt.metadata_thp to [disabled,auto,always].
Qi Wang
2017-08-30
1
-5/+7
*
Implement opt.metadata_thp
Qi Wang
2017-08-11
1
-1/+16
*
Not re-enable background thread after fork.
Qi Wang
2017-06-12
1
-1/+4
*
More thoroughly document the *.{nmalloc,ndalloc,nrequests} mallctls.
Jason Evans
2017-05-30
1
-24/+50
*
Add the --disable-thp option to support cross compiling.
Jason Evans
2017-05-30
1
-0/+11
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
1
-1/+22
*
Added opt_abort_conf: abort on invalid config options.
Qi Wang
2017-05-27
1
-1/+19
*
Disable percpu_arena by default.
Jason Evans
2017-05-23
1
-2/+2
*
Add documentation for background_thread related options.
Qi Wang
2017-05-23
1
-0/+78
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-58/+60
*
Add stats: arena uptime.
Qi Wang
2017-05-18
1
-0/+12
*
Add extent_destroy_t and use it during arena destruction.
Jason Evans
2017-04-29
1
-0/+20
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-8/+9
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
1
-13/+25
*
Remove --disable-tls.
Jason Evans
2017-04-21
1
-10/+0
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-28/+6
*
Prefer old/low extent_t structures during reuse.
Jason Evans
2017-04-17
1
-4/+4
*
Added documentation for mutex profiling related mallctls.
Qi Wang
2017-03-23
1
-0/+206
*
Added JSON output for lock stats.
Qi Wang
2017-03-23
1
-1/+2
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-58/+181
*
Add documentation for percpu_arena in jemalloc.xml.in.
Qi Wang
2017-03-09
1
-0/+18
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-14/+37
*
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Jason Evans
2017-01-07
1
-13/+14
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
1
-9/+9
*
Add MALLCTL_ARENAS_ALL.
Jason Evans
2017-01-07
1
-15/+22
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-19/+44
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-27
1
-13/+16
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
1
-1/+1
*
Use <quote>...</quote> rather than “...” or "..." in XML.
Jason Evans
2016-11-01
1
-30/+32
*
Add "J" (JSON) support to malloc_stats_print().
Jason Evans
2016-11-01
1
-22/+22
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-31/+0
*
Remove ratio-based purging.
Jason Evans
2016-10-12
1
-76/+0
*
Change html manual encoding to UTF-8.
Jason Evans
2016-09-12
1
-91/+91
[next]