Caches the resolved MIB for a mallctl command that writes a value, for repeated fast invocation.
Synopsis
Declared in <folly/memory/MallctlHelper.h>
template<typename WriteType>
class MallctlMibWriteCache;
Member Functions
Name |
Description |
|
Resolves and caches the MIB for the given command. |
Invokes the cached command, writing the given value. |
Created with MrDocs