Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file.
21 int mallctl(
const char*
name,
void* oldp,
size_t* oldlenp,
void* newp,
size_t newlen );
42 int res =
mallctl(
"prof.active", NULL, NULL, &active,
sizeof( active ) );
64 mallctl(
"prof.dump", NULL, NULL, NULL, 0 );
70 mallctl(
"prof.dump", NULL, NULL, NULL, 0 );
StatusCode finalize() override
standard finalization 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
StatusCode initialize() override
standard initialization method
StatusCode finalize() override
Algorithm finalization.
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