summaryrefslogtreecommitdiffstats
path: root/src/ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "arenas.extend" mallctl to return the number of arenas.Jason Evans2012-11-301-9/+11
* Fix deadlock in the arenas.purge mallctl.Jason Evans2012-11-041-26/+22
* Add ctl_mutex proection to arena_i_dss_ctl().Jason Evans2012-10-151-0/+2
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-53/+287
* Fix fork(2)-related deadlocks.Jason Evans2012-10-091-0/+21
* Fix error return value in thread_tcache_enabled_ctl().Jason Evans2012-10-081-1/+1
* Add the --enable-mremap option.Jason Evans2012-05-091-0/+3
* Remove the VOID macroMike Hommey2012-04-301-6/+2
* Avoid variable length arrays and remove declarations within codeMike Hommey2012-04-291-2/+2
* Fix the "epoch" mallctl.Jason Evans2012-04-251-12/+11
* Fix two CHILD() macro calls in the ctl tree.Jason Evans2012-04-241-2/+2
* Fix ctl regression.Jason Evans2012-04-241-24/+26
* Avoid using a union for ctl_node_sMike Hommey2012-04-231-69/+99
* Update prof defaults to match common usage.Jason Evans2012-04-171-0/+3
* Add the --disable-munmap option.Jason Evans2012-04-171-0/+3
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-1/+14
* Rename labels.Jason Evans2012-04-101-46/+46
* Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-051-0/+6
* Add missing "opt.lg_tcache_max" mallctl implementation.Jason Evans2012-04-041-0/+3
* Add a0malloc(), a0calloc(), and a0free().Jason Evans2012-04-041-1/+1
* Clean up *PAGE* macros.Jason Evans2012-04-021-8/+5
* Add the "thread.tcache.enabled" mallctl.Jason Evans2012-03-271-8/+28
* Port to FreeBSD.Jason Evans2012-02-031-4/+4
* Implement tsd.Jason Evans2012-03-231-18/+24
* Rename the "tcache.flush" mallctl to "thread.tcache.flush".Jason Evans2012-03-171-6/+6
* Remove the lg_tcache_gc_sweep option.Jason Evans2012-03-051-4/+0
* Remove the sysv option.Jason Evans2012-02-291-6/+0
* Simplify small size class infrastructure.Jason Evans2012-02-291-63/+6
* Remove the opt.lg_prof_bt_max option.Jason Evans2012-02-141-3/+0
* Remove the opt.lg_prof_tcmax option.Jason Evans2012-02-141-4/+1
* Remove highruns statistics.Jason Evans2012-02-131-10/+0
* Make 8-byte tiny size class non-optional.Jason Evans2012-02-131-7/+2
* Remove the swap feature.Jason Evans2012-02-131-110/+1
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-367/+231
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+1670