summaryrefslogtreecommitdiff
path: root/src/include/utils/memdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/memdebug.h')
-rw-r--r--src/include/utils/memdebug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/utils/memdebug.h b/src/include/utils/memdebug.h
index 206e6ce0028..a73d505be87 100644
--- a/src/include/utils/memdebug.h
+++ b/src/include/utils/memdebug.h
@@ -43,7 +43,7 @@ wipe_mem(void *ptr, size_t size)
VALGRIND_MAKE_MEM_NOACCESS(ptr, size);
}
-#endif /* CLOBBER_FREED_MEMORY */
+#endif /* CLOBBER_FREED_MEMORY */
#ifdef MEMORY_CONTEXT_CHECKING
@@ -70,13 +70,13 @@ sentinel_ok(const void *base, Size offset)
return ret;
}
-#endif /* MEMORY_CONTEXT_CHECKING */
+#endif /* MEMORY_CONTEXT_CHECKING */
#ifdef RANDOMIZE_ALLOCATED_MEMORY
void randomize_mem(char *ptr, size_t size);
-#endif /* RANDOMIZE_ALLOCATED_MEMORY */
+#endif /* RANDOMIZE_ALLOCATED_MEMORY */
-#endif /* MEMDEBUG_H */
+#endif /* MEMDEBUG_H */