Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_alloc.c138 #ifndef ZEND_MM_CHECK
139 # define ZEND_MM_CHECK(condition, message) do { \ macro
1312 ZEND_MM_CHECK(page_offset != 0, "zend_mm_heap corrupted");
1316 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1386 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1416 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1527 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1677 ZEND_MM_CHECK(0, "zend_mm_heap corrupted");
1690 ZEND_MM_CHECK(0, "zend_mm_heap corrupted");
1880 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
[all …]

Completed in 22 milliseconds