summaryrefslogtreecommitdiff
path: root/include/mimalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mimalloc.h')
-rw-r--r--include/mimalloc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mimalloc.h b/include/mimalloc.h
index 4726c4b..be78451 100644
--- a/include/mimalloc.h
+++ b/include/mimalloc.h
@@ -246,10 +246,10 @@ mi_decl_export void mi_option_set(mi_option_t option, long value);
mi_decl_export void mi_option_set_default(mi_option_t option, long value);
-// --------------------------------------------------------------------------------------------
-// mi prefixed implementations of various posix, Unix, Windows, and C++ allocation functions.
-// (This can be convenient when providing overrides of these functions.)
-// --------------------------------------------------------------------------------------------
+// -------------------------------------------------------------------------------------------------------
+// "mi" prefixed implementations of various posix, Unix, Windows, and C++ allocation functions.
+// (This can be convenient when providing overrides of these functions as done in `mimalloc-override.h`.)
+// -------------------------------------------------------------------------------------------------------
mi_decl_export size_t mi_malloc_size(const void* p) mi_attr_noexcept;
mi_decl_export size_t mi_malloc_usable_size(const void *p) mi_attr_noexcept;