normalizedWatcherCapacity
fn
size_t normalizedWatcherCapacity(size_t requested) pure @safe nothrow @nogcNormalize a requested watcher capacity to a minimum sane value.
Parameters
requested | Caller-provided capacity. |
Returns
At least 4, or the requested value if larger.