Home
last modified time | relevance | path

Searched refs:ZEND_MM_CHECK (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_alloc.c142 #ifndef ZEND_MM_CHECK
143 # define ZEND_MM_CHECK(condition, message) do { \ macro
1352 ZEND_MM_CHECK(page_offset != 0, "zend_mm_heap corrupted");
1356 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1426 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1456 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1598 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1768 ZEND_MM_CHECK(0, "zend_mm_heap corrupted");
1781 ZEND_MM_CHECK(0, "zend_mm_heap corrupted");
1972 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
[all …]

Completed in 15 milliseconds