Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.c659 #define ZEND_MM_LARGE_BUCKET_INDEX(S) zend_mm_high_bit(S)
665 static inline unsigned int zend_mm_high_bit(size_t _size) in zend_mm_high_bit() function
1079 if (zend_mm_low_bit(block_size) != zend_mm_high_bit(block_size)) { in zend_mm_startup_ex()
1202 if (zend_mm_low_bit(seg_size) != zend_mm_high_bit(seg_size)) { in zend_mm_startup()

Completed in 12 milliseconds