12 #ifndef SST_CORE_MEMPOOL_H
13 #define SST_CORE_MEMPOOL_H
15 #include "sst/core/serialization/serializable.h"
34 void*
operator new(std::size_t size) noexcept;
37 void operator delete(
void* ptr);
48 virtual std::string
toString()
const;
51 virtual void print(
const std::string& header,
Output& out)
const;
virtual std::string toString() const
Get a string represenation of the entry.
Definition: mempool.cc:494
Definition: serializable.h:119
Output object provides consistent method for outputting data to stdout, stderr and/or sst debug file.
Definition: output.h:52