Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.c693 static inline unsigned int zend_mm_low_bit(size_t _size) in zend_mm_low_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()
1871 best_fit = p = heap->large_free_buckets[index + zend_mm_low_bit(bitmap)]; in zend_mm_search_large_block()
1925 index += zend_mm_low_bit(bitmap); in _zend_mm_alloc_int()

Completed in 28 milliseconds