Writes a value to jemalloc through the named mallctl command.
Synopsis
Declared in <folly/memory/MallctlHelper.h>
template<typename T>
void
mallctlWrite(
char const* cmd,
T in);
Parameters
Name |
Description |
cmd |
The mallctl command name to write. |
in |
The value to write to jemalloc. |
Created with MrDocs