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;
virtual std::string toString() const
Get a string represenation of the entry.
Definition mempool.cc:504
Definition serializable.h:24
Output object provides consistent method for outputting data to stdout, stderr and/or sst debug file.
Definition output.h:54