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
*
Fix/enhance THP integration.
Jason Evans
2017-02-28
1
-0/+26
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
1
-1/+1
*
Update project URL.
Jason Evans
2016-11-03
1
-1/+1
*
Use <quote>...</quote> rather than “...” or "..." in XML.
Jason Evans
2016-11-01
2
-20/+21
*
Add "J" (JSON) support to malloc_stats_print().
Jason Evans
2016-11-01
1
-21/+22
*
Change html manual encoding to UTF-8.
Jason Evans
2016-09-12
3
-88/+92
*
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
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-1/+94
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-8/+20
*
Fix a documentation editing error.
Jason Evans
2016-02-20
1
-1/+1
*
Fix a manual editing error.
Jason Evans
2015-10-19
1
-2/+2
*
Improve arena.<i>.chunk_hooks documentation formatting.
Jason Evans
2015-08-14
1
-37/+46
*
Update in-place reallocation documentation.
Jason Evans
2015-08-14
1
-3/+9
*
Update large/huge size class cutoff documentation.
Jason Evans
2015-08-14
1
-9/+9
*
Implement chunk hook support for page run commit/decommit.
Jason Evans
2015-08-07
1
-24/+37
*
Generalize chunk management hooks.
Jason Evans
2015-08-04
1
-68/+133
*
Add the config.cache_oblivious mallctl.
Jason Evans
2015-07-17
1
-0/+10
*
Change default chunk size from 256 KiB to 2 MiB.
Jason Evans
2015-07-16
1
-1/+1
*
Clarify relationship between stats.resident and stats.mapped.
Jason Evans
2015-05-30
1
-4/+6
*
Rename pprof to jeprof.
Jason Evans
2015-05-01
1
-2/+3
*
Fix mallctl doc: arenas.hchunk.<i>.size
Qinfan Wu
2015-04-30
1
-2/+2
*
Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.
Jason Evans
2015-03-24
1
-0/+12
*
Add the "stats.allocated" mallctl.
Jason Evans
2015-03-24
1
-3/+20
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
1
-8/+80
*
Change default chunk size from 4 MiB to 256 KiB.
Jason Evans
2015-03-07
1
-13/+13
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-34/+1
*
Implement explicit tcache support.
Jason Evans
2015-02-10
1
-21/+85
*
Implement the prof.gdump mallctl.
Jason Evans
2015-01-26
1
-7/+21
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-0/+47
*
Document under what circumstances in-place resizing succeeds.
Jason Evans
2015-01-22
1
-0/+16
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
1
-9/+11
*
Fix huge allocation statistics.
Jason Evans
2014-10-15
1
-3/+2
*
Update size class documentation.
Jason Evans
2014-10-15
1
-26/+84
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
1
-17/+81
*
Avoid atexit(3) when possible, disable prof_final by default.
Jason Evans
2014-10-09
1
-3/+15
*
Fix a docbook element nesting nit.
Jason Evans
2014-10-05
1
-4/+4
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
1
-2/+5
*
Add missing header includes in jemalloc/jemalloc.h .
Jason Evans
2014-10-05
1
-2/+1
*
Implement/test/fix prof-related mallctl's.
Jason Evans
2014-10-04
1
-6/+46
*
Test prof.reset mallctl and fix numerous discovered bugs.
Jason Evans
2014-10-03
1
-2/+3
*
Add support for sized deallocation.
Daniel Micay
2014-09-09
1
-1/+18
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
1
-1/+55
*
Minor doc edit.
Jason Evans
2014-05-16
1
-4/+4
[next]