|
proxygen
|
Go to the source code of this file.
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
| folly::detail | |
Functions | |
| void | folly::detail::handleMallctlError (const char *cmd, int err) |
| template<typename T > | |
| void | folly::detail::mallctlHelper (const char *cmd, T *out, T *in) |
| template<typename T > | |
| void | folly::mallctlRead (const char *cmd, T *out) |
| template<typename T > | |
| void | folly::mallctlWrite (const char *cmd, T in) |
| template<typename T > | |
| void | folly::mallctlReadWrite (const char *cmd, T *out, T in) |
| void | folly::mallctlCall (const char *cmd) |