Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_alloc.c137 #ifndef ZEND_MM_CHECK
138 # define ZEND_MM_CHECK(condition, message) do { \ macro
1357 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 13 milliseconds