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 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
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-63/+65
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-0/+63
*
Optimize Valgrind integration.
Jason Evans
2014-04-15
1
-1/+2
*
Remove the "opt.valgrind" mallctl.
Jason Evans
2014-04-15
1
-13/+0
*
Remove the "arenas.purge" mallctl.
Jason Evans
2014-04-15
1
-11/+1
*
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
1
-16/+13
*
Update MALLOCX_ARENA() documentation.
Jason Evans
2014-04-15
1
-4/+4
*
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-15
1
-189/+2
*
Document how dss precedence affects huge allocation.
Jason Evans
2014-03-31
1
-2/+6
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
1
-10/+16
*
Fix a few mallctl() documentation errors.
Jason Evans
2013-12-20
1
-17/+20
*
Add mallctl*() unit tests.
Jason Evans
2013-12-20
1
-3/+2
*
Remove ENOMEM from the documented set of *mallctl() errors.
Jason Evans
2013-12-18
1
-6/+0
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-47/+201
*
Fix ALLOCM_ARENA(a) handling in rallocm().
Jason Evans
2013-11-26
1
-4/+6
*
Add ids for all mallctl entries.
Jason Evans
2013-10-30
1
-69/+69
*
Clarify how to use malloc_conf.
Jason Evans
2013-03-19
1
-1/+8
*
Add clipping support to lg_chunk option processing.
Jason Evans
2012-12-23
1
-2/+5
*
document what stats.active does not track
Jan Beich
2012-11-07
1
-2/+4
*
Purge unused dirty pages in a fragmentation-reducing order.
Jason Evans
2012-11-06
1
-1/+1
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-9/+80
*
Disable tcache by default if running inside Valgrind.
Jason Evans
2012-05-16
1
-1/+2
*
Auto-detect whether running inside Valgrind.
Jason Evans
2012-05-15
1
-16/+11
*
Generalize "stats.mapped" documentation.
Jason Evans
2012-05-10
1
-2/+2
*
Add the --enable-mremap option.
Jason Evans
2012-05-09
1
-0/+10
*
Fix Valgrind URL in documentation.
Jason Evans
2012-04-26
1
-20/+20
*
Fix a memory corruption bug in chunk_alloc_dss().
Jason Evans
2012-04-21
1
-2/+2
*
Update prof defaults to match common usage.
Jason Evans
2012-04-17
1
-17/+28
*
Update pprof (from gperftools 2.0).
Jason Evans
2012-04-17
1
-1/+1
*
Add the --disable-munmap option.
Jason Evans
2012-04-17
1
-0/+10
*
Always disable redzone by default.
Jason Evans
2012-04-13
1
-3/+1
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-4/+75
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
1
-0/+25
*
Remove obsolete "config.dynamic_page_shift" mallctl documentation.
Jason Evans
2012-04-03
1
-10/+0
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-10/+1
*
Add the "thread.tcache.enabled" mallctl.
Jason Evans
2012-03-27
1
-0/+14
*
Fix various documentation formatting regressions.
Jason Evans
2012-03-19
1
-18/+20
*
Rename the "tcache.flush" mallctl to "thread.tcache.flush".
Jason Evans
2012-03-17
1
-18/+18
[next]