Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_alloc.c497 #define ZEND_MM_BLOCK(b, type, size) do { \ macro
930 ZEND_MM_BLOCK(mm_block, ZEND_MM_FREE_BLOCK, size); in zend_mm_free_cache()
1957 ZEND_MM_BLOCK(best_fit, ZEND_MM_USED_BLOCK, true_size); in _zend_mm_alloc_int()
1962 ZEND_MM_BLOCK(best_fit, ZEND_MM_USED_BLOCK, true_size); in _zend_mm_alloc_int()
1964 ZEND_MM_BLOCK(new_free_block, ZEND_MM_FREE_BLOCK, remaining_size); in _zend_mm_alloc_int()
2041 ZEND_MM_BLOCK(mm_block, ZEND_MM_FREE_BLOCK, size); in _zend_mm_free_int()
2081 ZEND_MM_BLOCK(mm_block, ZEND_MM_USED_BLOCK, true_size); in _zend_mm_realloc_int()
2153 ZEND_MM_BLOCK(mm_block, ZEND_MM_USED_BLOCK, true_size); in _zend_mm_realloc_int()
2158 ZEND_MM_BLOCK(mm_block, ZEND_MM_USED_BLOCK, true_size); in _zend_mm_realloc_int()
2257 ZEND_MM_BLOCK(mm_block, ZEND_MM_USED_BLOCK, true_size); in _zend_mm_realloc_int()
[all …]

Completed in 11 milliseconds