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.
2 parents 4f1ea03 + b5bc88c commit a93fe32Copy full SHA for a93fe32
Zend/zend_alloc.c
@@ -283,7 +283,7 @@ struct _zend_mm_chunk {
283
uint32_t free_pages; /* number of free pages */
284
uint32_t free_tail; /* number of free pages at the end of chunk */
285
uint32_t num;
286
- char reserve[64 - (sizeof(void*) * 3 + sizeof(int) * 3)];
+ char reserve[64 - (sizeof(void*) * 3 + sizeof(uint32_t) * 3)];
287
zend_mm_heap heap_slot; /* used only in main chunk */
288
zend_mm_page_map free_map; /* 512 bits or 64 bytes */
289
zend_mm_page_info map[ZEND_MM_PAGES]; /* 2 KB = 512 * 4 */
0 commit comments