Searched refs:ZEND_MM_CHECK (Results 1 – 1 of 1) sorted by relevance
137 #ifndef ZEND_MM_CHECK138 # define ZEND_MM_CHECK(condition, message) do { \ macro1357 ZEND_MM_CHECK(page_offset != 0, "zend_mm_heap corrupted");1361 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");1431 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");1461 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");1572 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");1722 ZEND_MM_CHECK(0, "zend_mm_heap corrupted");1735 ZEND_MM_CHECK(0, "zend_mm_heap corrupted");1924 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");[all …]
Completed in 16 milliseconds