Skip to content
Commit fc4dcfa2 authored by Jason Evans's avatar Jason Evans
Browse files

Push down ctl_mtx.

Many mallctl*() end points require no locking, so push the locking down
to just the functions that need it.  This is of particular import for
"thread.allocated" and "thread.deallocated", which are intended as a
low-overhead way to introspect per thread allocation activity.
parent 1f17bd93
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment