Go to the documentation of this file.
18 int mallctl(
const char*
name,
void* oldp,
size_t* oldlenp,
void* newp,
size_t newlen );
39 int res =
mallctl(
"prof.active", NULL, NULL, &active,
sizeof( active ) );
61 mallctl(
"prof.dump", NULL, NULL, NULL, 0 );
67 mallctl(
"prof.dump", NULL, NULL, NULL, 0 );
StatusCode initialize() override
the default (empty) implementation of IStateful::initialize() method
Gaudi::Property< int > m_nStopAtEvent
MSG::Level msgLevel() const
get the cached level (originally extracted from the embedded MsgStream)
Gaudi::Property< int > m_dumpPeriod
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
constexpr static const auto SUCCESS
Gaudi::Property< int > m_nStartFromEvent
#define DECLARE_COMPONENT(type)
int mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen)
StatusCode execute() override
Algorithm execution.
constexpr static const auto FAILURE