summaryrefslogtreecommitdiff
path: root/storage/innobase/include/os0proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/os0proc.h')
-rw-r--r--storage/innobase/include/os0proc.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/storage/innobase/include/os0proc.h b/storage/innobase/include/os0proc.h
index b0b72e18675..f54e08de7ee 100644
--- a/storage/innobase/include/os0proc.h
+++ b/storage/innobase/include/os0proc.h
@@ -116,20 +116,21 @@ Allocates large pages memory. */
void*
os_mem_alloc_large(
-/*=================*/
- /* out: allocated memory */
- ulint n, /* in: number of bytes */
- ibool set_to_zero, /* in: TRUE if allocated memory should be set
- to zero if UNIV_SET_MEM_TO_ZERO is defined */
- ibool assert_on_error); /* in: if TRUE, we crash mysqld if the memory
- cannot be allocated */
+/*===============*/
+ /* out: allocated memory */
+ ulint n, /* in: number of bytes */
+ ibool set_to_zero, /* in: TRUE if allocated memory
+ should be set to zero if
+ UNIV_SET_MEM_TO_ZERO is defined */
+ ibool assert_on_error);/* in: if TRUE, we crash mysqld if
+ the memory cannot be allocated */
/********************************************************************
Frees large pages memory. */
void
os_mem_free_large(
-/*=================*/
-void *ptr); /* in: number of bytes */
+/*==============*/
+void *ptr); /* in: number of bytes */
/********************************************************************
Sets the priority boost for threads released from waiting within the current
process. */
@@ -144,4 +145,4 @@ os_process_set_priority_boost(
#include "os0proc.ic"
#endif
-#endif
+#endif