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
/
src
/
ctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "arenas.extend" mallctl to return the number of arenas.
Jason Evans
2012-11-30
1
-9/+11
*
Fix deadlock in the arenas.purge mallctl.
Jason Evans
2012-11-04
1
-26/+22
*
Add ctl_mutex proection to arena_i_dss_ctl().
Jason Evans
2012-10-15
1
-0/+2
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-53/+287
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
1
-0/+21
*
Fix error return value in thread_tcache_enabled_ctl().
Jason Evans
2012-10-08
1
-1/+1
*
Add the --enable-mremap option.
Jason Evans
2012-05-09
1
-0/+3
*
Remove the VOID macro
Mike Hommey
2012-04-30
1
-6/+2
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
1
-2/+2
*
Fix the "epoch" mallctl.
Jason Evans
2012-04-25
1
-12/+11
*
Fix two CHILD() macro calls in the ctl tree.
Jason Evans
2012-04-24
1
-2/+2
*
Fix ctl regression.
Jason Evans
2012-04-24
1
-24/+26
*
Avoid using a union for ctl_node_s
Mike Hommey
2012-04-23
1
-69/+99
*
Update prof defaults to match common usage.
Jason Evans
2012-04-17
1
-0/+3
*
Add the --disable-munmap option.
Jason Evans
2012-04-17
1
-0/+3
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-1/+14
*
Rename labels.
Jason Evans
2012-04-10
1
-46/+46
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
1
-0/+6
*
Add missing "opt.lg_tcache_max" mallctl implementation.
Jason Evans
2012-04-04
1
-0/+3
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
1
-1/+1
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-8/+5
*
Add the "thread.tcache.enabled" mallctl.
Jason Evans
2012-03-27
1
-8/+28
*
Port to FreeBSD.
Jason Evans
2012-02-03
1
-4/+4
*
Implement tsd.
Jason Evans
2012-03-23
1
-18/+24
*
Rename the "tcache.flush" mallctl to "thread.tcache.flush".
Jason Evans
2012-03-17
1
-6/+6
*
Remove the lg_tcache_gc_sweep option.
Jason Evans
2012-03-05
1
-4/+0
*
Remove the sysv option.
Jason Evans
2012-02-29
1
-6/+0
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-63/+6
*
Remove the opt.lg_prof_bt_max option.
Jason Evans
2012-02-14
1
-3/+0
*
Remove the opt.lg_prof_tcmax option.
Jason Evans
2012-02-14
1
-4/+1
*
Remove highruns statistics.
Jason Evans
2012-02-13
1
-10/+0
*
Make 8-byte tiny size class non-optional.
Jason Evans
2012-02-13
1
-7/+2
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-110/+1
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-367/+231
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+1670