summaryrefslogtreecommitdiff
path: root/src/common/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/malloc.h')
-rw-r--r--src/common/malloc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/malloc.h b/src/common/malloc.h
index 1af9cba62..5411d670d 100644
--- a/src/common/malloc.h
+++ b/src/common/malloc.h
@@ -3,6 +3,7 @@
#ifndef _MALLOC_H_
#define _MALLOC_H_
+
// Q: What are the 'a'-variant allocation functions?
// A: They allocate memory from the stack, which is automatically
// freed when the invoking function returns.
@@ -157,4 +158,4 @@ unsigned int malloc_usage (void);
void malloc_init (void);
void malloc_final (void);
-#endif
+#endif /* _MALLOC_H_ */