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 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
*
Implement aligned_alloc().
Jason Evans
2012-03-13
1
-0/+35
*
Remove the lg_tcache_gc_sweep option.
Jason Evans
2012-03-05
1
-19/+1
*
Add the --disable-experimental option.
Jason Evans
2012-03-03
1
-1/+3
*
Add nallocm().
Jason Evans
2012-02-29
1
-8/+30
*
Remove the sysv option.
Jason Evans
2012-02-29
1
-26/+0
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-175/+23
*
Remove the opt.lg_prof_bt_max option.
Jason Evans
2012-02-14
1
-16/+0
*
Remove the opt.lg_prof_tcmax option.
Jason Evans
2012-02-14
1
-24/+2
*
Remove highruns statistics.
Jason Evans
2012-02-13
1
-22/+0
*
Make 8-byte tiny size class non-optional.
Jason Evans
2012-02-13
1
-17/+6
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-92/+2
*
Document swap.fds mallctl as read-write.
Jason Evans
2011-08-12
1
-1/+1
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
4
-0/+2295
[prev]