commit | fc12c0b8bc1160530d1e3e641b76d2a4f793136f | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Fri Oct 03 23:25:30 2014 -0700 |
committer | Jason Evans <jasone@canonware.com> | Fri Oct 03 23:25:30 2014 -0700 |
tree | 84e581c5aca5fa0c81fc13164b602d66e43d1800 | |
parent | 551ebc43647521bdd0bc78558b106762b3388928 [diff] |
Implement/test/fix prof-related mallctl's. Implement/test/fix the opt.prof_thread_active_init, prof.thread_active_init, and thread.prof.active mallctl's. Test/fix the thread.prof.name mallctl. Refactor opt_prof_active to be read-only and move mutable state into the prof_active variable. Stop leaning on ctl-related locking for protection.