Skip to content

Commit 5e1051d

Browse files
committed
Commit
1 parent e4e07ea commit 5e1051d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_alloc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ typedef zend_mm_bitset zend_mm_page_map[ZEND_MM_PAGE_MAP_LEN]; /* 64B */
227227

228228
#if ZEND_MM_HEAP_PROTECTION
229229

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. */
230232
# define ZEND_MM_ZONES 2
231233

232234
# define ZEND_MM_ZONE_FOREACH(_heap, _zone) do { \

0 commit comments

Comments
 (0)