Searched refs:ZEND_MM_PREV_BLOCK_IS_FREE (Results 1 – 1 of 1) sorted by relevance
520 #define ZEND_MM_PREV_BLOCK_IS_FREE(b) (!((b)->info._prev & ZEND_MM_USED_BLOCK)) macro947 if (ZEND_MM_PREV_BLOCK_IS_FREE(mm_block)) { in zend_mm_free_cache()2108 if (ZEND_MM_PREV_BLOCK_IS_FREE(mm_block)) { in _zend_mm_free_int()
Completed in 11 milliseconds