12 #ifndef SST_CORE_MEMPOOL_ACCESSOR_H 13 #define SST_CORE_MEMPOOL_ACCESSOR_H 28 static size_t getArenaSize(
size_t size);
33 static size_t getNumArenas(
size_t size);
37 static uint64_t getBytesMemUsedBy(
size_t size);
43 static void getMemPoolUsage(int64_t& bytes, int64_t& active_entries);
46 static void initializeGlobalData(
int num_threads,
bool cache_align =
false);
49 static void initializeLocalData(
int thread);
51 static void printUndeletedMemPoolItems(
const std::string& header,
Output& out);
57 #endif // SST_CORE_MEMPOOL_ACCESSOR_H Output object provides consistent method for outputting data to stdout, stderr and/or sst debug file...
Definition: output.h:53
Definition: mempoolAccessor.h:23