Searched refs:ZEND_MM_BLOCK_AT (Results 1 – 1 of 1) sorted by relevance
/PHP-5.5/Zend/ |
H A D | zend_alloc.c | 505 ZEND_MM_BLOCK_AT(b, _size)->info._prev = (type) | _size; \ 517 #define ZEND_MM_NEXT_BLOCK(b) ZEND_MM_BLOCK_AT(b, ZEND_MM_BLOCK_SIZE(b)) 1732 ZEND_MM_LAST_BLOCK(ZEND_MM_BLOCK_AT(b, block_size)); in zend_mm_shutdown() 2013 ZEND_MM_LAST_BLOCK(ZEND_MM_BLOCK_AT(best_fit, block_size)); in _zend_mm_alloc_int() 2036 new_free_block = (zend_mm_free_block *) ZEND_MM_BLOCK_AT(best_fit, true_size); in _zend_mm_alloc_int() 2103 next_block = ZEND_MM_BLOCK_AT(mm_block, size); in _zend_mm_free_int() 2114 ZEND_MM_IS_GUARD_BLOCK(ZEND_MM_BLOCK_AT(mm_block, size))) { in _zend_mm_free_int() 2154 next_block = ZEND_MM_BLOCK_AT(mm_block, orig_size); in _zend_mm_realloc_int() 2162 new_free_block = (zend_mm_free_block *) ZEND_MM_BLOCK_AT(mm_block, true_size); in _zend_mm_realloc_int() 2220 next_block = ZEND_MM_BLOCK_AT(mm_block, orig_size); in _zend_mm_realloc_int() [all …]
|
Completed in 10 milliseconds