summaryrefslogtreecommitdiff
path: root/include/mimalloc-internal.h
diff options
context:
space:
mode:
authorDaan Leijen <daan@microsoft.com>2020-12-15 16:03:54 -0800
committerDaan Leijen <daan@microsoft.com>2020-12-15 16:03:54 -0800
commitbb386025b5d6cbcccdeb77e213ba0076c410e1bb (patch)
tree56d70b9f0dbbcdce78e1ca6d972ff338524db2a2 /include/mimalloc-internal.h
parent745cf1e2f57f2f9207a9c45beda3ec1b20fd04ba (diff)
update override on macOS with interpose of malloc_default_zone (issues #313)
Diffstat (limited to 'include/mimalloc-internal.h')
-rw-r--r--include/mimalloc-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h
index 459a086..e3e78e4 100644
--- a/include/mimalloc-internal.h
+++ b/include/mimalloc-internal.h
@@ -32,7 +32,6 @@ terms of the MIT license. A copy of the license can be found in the file
#define mi_decl_cache_align
#endif
-
// "options.c"
void _mi_fputs(mi_output_fun* out, void* arg, const char* prefix, const char* message);
void _mi_fprintf(mi_output_fun* out, void* arg, const char* fmt, ...);