Invokes a mallctl command that neither reads nor writes a value.

Synopsis

Declared in <folly/memory/MallctlHelper.h>

void
mallctlCall(char const* cmd);

Parameters

Name

Description

cmd

The mallctl command name to call.

Created with MrDocs