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