Add public showMemory symbol (when SHOW_MEMORY=1)

This commit is contained in:
2024-02-26 13:48:20 -08:00
parent be7f643f14
commit 2b0dbabb5c
2 changed files with 22 additions and 15 deletions

View File

@@ -4,6 +4,10 @@
#include <cstring>
#include <string>
#if SHOW_MEMORY
void showMemory(const ConflictSet &cs);
#endif
#define ANKERL_NANOBENCH_IMPLEMENT
#include "third_party/nanobench.h"