Gets the named property.

Synopsis

Declared in <folly/memory/Malloc.h>

bool
getTCMallocNumericProperty(
    char const* name,
    size_t* out) noexcept;

Return Value

bool

Parameters

Name

Description

name

name of the property.

out

size is populated by the function.

Created with MrDocs