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 ca56c3a commit d7ddd90Copy full SHA for d7ddd90
Objects/mimalloc/alloc.c
@@ -27,7 +27,7 @@ terms of the MIT license. A copy of the license can be found in the file
27
// ------------------------------------------------------
28
29
#if (MI_DEBUG>0)
30
-static void mi_debug_fill(mi_page_t* page, mi_block_t* block, int c, size_t size) {
+static inline void mi_debug_fill(mi_page_t* page, mi_block_t* block, int c, size_t size) {
31
size_t offset = (size_t)page->debug_offset;
32
if (offset < size) {
33
memset((char*)block + offset, c, size - offset);
0 commit comments