Searched refs:ZEND_MM_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
507 #define ZEND_MM_BLOCK_SIZE(b) ((b)->info._size & ~ZEND_MM_TYPE_MASK) macro512 #define ZEND_MM_NEXT_BLOCK(b) ZEND_MM_BLOCK_AT(b, ZEND_MM_BLOCK_SIZE(b))915 size_t size = ZEND_MM_BLOCK_SIZE(mm_block); in zend_mm_free_cache()1998 size = ZEND_MM_BLOCK_SIZE(mm_block); in _zend_mm_free_int()2060 orig_size = ZEND_MM_BLOCK_SIZE(mm_block); in _zend_mm_realloc_int()2318 return ZEND_MM_BLOCK_SIZE(mm_block); in _zend_mm_block_size()
Completed in 15 milliseconds