Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c140 #ifndef ZEND_MM_CHECK
141 # define ZEND_MM_CHECK(condition, message) do { \ macro
1294 ZEND_MM_CHECK(page_offset != 0, "zend_mm_heap corrupted");
1298 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1368 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1398 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1540 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
1710 ZEND_MM_CHECK(0, "zend_mm_heap corrupted");
1723 ZEND_MM_CHECK(0, "zend_mm_heap corrupted");
1918 ZEND_MM_CHECK(chunk->heap == heap, "zend_mm_heap corrupted");
[all …]

Completed in 14 milliseconds