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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-31/+33
*
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
3
-92/+96
*
Update project URL.
Jason Evans
2016-09-12
1
-1/+1
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
1
-3/+11
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
1
-8/+9
*
Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.
Jason Evans
2016-06-06
1
-20/+5
*
Rename chunk_*_t hooks to extent_*_t.
Jason Evans
2016-06-06
1
-76/+78
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-06
1
-9/+9
*
Rename huge to large.
Jason Evans
2016-06-06
1
-59/+15
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-58/+44
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-76/+12
*
Remove obsolete reference to Valgrind and quarantine.
Jason Evans
2016-06-03
1
-3/+1
*
Remove redzone support.
Jason Evans
2016-05-13
1
-15/+0
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-17/+0
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-32/+9
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
1
-0/+31
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
1
-0/+17
*
Doc typo fixes.
hitstergtd
2016-04-18
1
-3/+3
*
Update implementation details docs re: PTRDIFF_MAX.
Jason Evans
2016-03-31
1
-3/+11
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-8/+6
*
Document the heap profile format.
Jason Evans
2016-02-24
1
-1/+49
*
Update manual to reflect removal of global huge object tree.
Jason Evans
2016-02-24
1
-16/+11
[next]