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 e4e07ea commit 5e1051dCopy full SHA for 5e1051d
Zend/zend_alloc.c
@@ -227,6 +227,8 @@ typedef zend_mm_bitset zend_mm_page_map[ZEND_MM_PAGE_MAP_LEN]; /* 64B */
227
228
#if ZEND_MM_HEAP_PROTECTION
229
230
+/* How may zones to use. Each zone has a separate freelist and chunks, so that
231
+ * allocation from a zone does not affect the layout of other zones. */
232
# define ZEND_MM_ZONES 2
233
234
# define ZEND_MM_ZONE_FOREACH(_heap, _zone) do { \
0 commit comments