We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff02073 commit 730637aCopy full SHA for 730637a
compat/mimalloc/alloc.c
@@ -17,6 +17,7 @@ terms of the MIT license. A copy of the license can be found in the file
17
#include <stdlib.h> // malloc, abort
18
19
#define MI_IN_ALLOC_C
20
+#include "alloc-override.c"
21
#include "free.c"
22
#undef MI_IN_ALLOC_C
23
compat/mimalloc/mimalloc.h
@@ -95,8 +95,7 @@ terms of the MIT license. A copy of the license can be found in the file
95
// Includes
96
// ------------------------------------------------------
97
98
-#include "git-compat-util.h"
99
-
+#include <stddef.h> // size_t
100
#include <stdbool.h> // bool
101
#include <stdint.h> // INTPTR_MAX
102
0 commit comments