11 int mallctl(
const char*
name,
void* oldp,
size_t* oldlenp,
void* newp,
size_t newlen );
33 int res =
mallctl(
"prof.active", NULL, NULL, &active,
sizeof( active ) );
58 mallctl(
"prof.dump", NULL, NULL, NULL, 0 );
64 mallctl(
"prof.dump", NULL, NULL, NULL, 0 );
constexpr static const auto FAILURE
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
StatusCode initialize() override
standard initialization method
Gaudi::Property< int > m_nStopAtEvent
#define DECLARE_COMPONENT(type)
Gaudi::Property< int > m_dumpPeriod
This class is used for returning status codes from appropriate routines.
StatusCode finalize() override
standard finalization method
StatusCode finalize() override
Algorithm finalization.
constexpr static const auto SUCCESS
MsgStream & debug() const
shortcut for the method msgStream(MSG::DEBUG)
Gaudi::Property< int > m_nStartFromEvent
StatusCode execute() override
Algorithm execution.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Algorithm to enable/disable the profiling of the head by Jemalloc.
int mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen)
MSG::Level msgLevel() const
get the cached level (originally extracted from the embedded MsgStream)