Caches the resolved MIB for a mallctl command that neither reads nor writes a value, for repeated fast invocation.

Synopsis

Declared in <folly/memory/MallctlHelper.h>

class MallctlMibCallCache;

Member Functions

Name

Description

MallctlMibCallCache [constructor]

Resolves and caches the MIB for the given command.

operator()

Invokes the cached command.

Created with MrDocs