summaryrefslogtreecommitdiff
path: root/rts/ProfHeap.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ProfHeap.h')
-rw-r--r--rts/ProfHeap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h
index 279eef2bf9..56b2529f1b 100644
--- a/rts/ProfHeap.h
+++ b/rts/ProfHeap.h
@@ -11,10 +11,10 @@
#include "BeginPrivate.h"
-void heapCensus (Time t);
-nat initHeapProfiling (void);
-void endHeapProfiling (void);
-rtsBool strMatchesSelector (const char* str, const char* sel);
+void heapCensus (Time t);
+uint32_t initHeapProfiling (void);
+void endHeapProfiling (void);
+rtsBool strMatchesSelector (const char* str, const char* sel);
#ifdef PROFILING
// doingRetainerProfiling: `-hr` or `-hr<cc> -h<x>`