* src/profiler.c (memory): Declare outside of the
PROFILER_CPU_SUPPORT conditional. (Bug#66774)
/* Hash-table log of CPU profiler. */
static struct profiler_log cpu;
-/* Hash-table log of Memory profiler. */
-static struct profiler_log memory;
-
/* The current sampling interval in nanoseconds. */
static EMACS_INT current_sampling_interval;
\f
/* Memory profiler. */
+/* Hash-table log of Memory profiler. */
+static struct profiler_log memory;
+
/* True if memory profiler is running. */
bool profiler_memory_running;