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 dea4083 commit d04914aCopy full SHA for d04914a
Objects/obmalloc.c
@@ -131,7 +131,7 @@ _PyMem_mi_page_is_safe_to_free(mi_page_t *page)
131
// If we are deferring collection of more than this amount of memory for
132
// mimalloc pages, advance the write sequence. Advancing allows these
133
// pages to be re-used in a different thread or for a different size class.
134
-#define QSBR_PAGE_MEM_LIMIT 4096*20
+#define QSBR_PAGE_MEM_LIMIT (4096*20)
135
136
// Return true if the global write sequence should be advanced for a mimalloc
137
// page that is deferred from collection.
0 commit comments