Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_alloc.c142 #ifndef ZEND_MM_CHECK
143 # define ZEND_MM_CHECK(condition, message) do { \ macro
1351 ZEND_MM_CHECK(page_offset != 0, "zend_mm_heap corrupted");
1355 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1425 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1455 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1597 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1767 ZEND_MM_CHECK(0, "zend_mm_heap corrupted");
1780 ZEND_MM_CHECK(0, "zend_mm_heap corrupted");
1971 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
[all …]

Completed in 11 milliseconds