remaining_size 1885 Zend/zend_alloc.c size_t remaining_size; remaining_size 2026 Zend/zend_alloc.c remaining_size = block_size - true_size; remaining_size 2028 Zend/zend_alloc.c if (remaining_size < ZEND_MM_ALIGNED_MIN_HEADER_SIZE) { remaining_size 2037 Zend/zend_alloc.c ZEND_MM_BLOCK(new_free_block, ZEND_MM_FREE_BLOCK, remaining_size); remaining_size 2149 Zend/zend_alloc.c size_t remaining_size = orig_size - true_size; remaining_size 2151 Zend/zend_alloc.c if (remaining_size >= ZEND_MM_ALIGNED_MIN_HEADER_SIZE) { remaining_size 2156 Zend/zend_alloc.c remaining_size += ZEND_MM_FREE_BLOCK_SIZE(next_block); remaining_size 2164 Zend/zend_alloc.c ZEND_MM_BLOCK(new_free_block, ZEND_MM_FREE_BLOCK, remaining_size); remaining_size 2227 Zend/zend_alloc.c size_t remaining_size = block_size - true_size; remaining_size 2231 Zend/zend_alloc.c if (remaining_size < ZEND_MM_ALIGNED_MIN_HEADER_SIZE) { remaining_size 2240 Zend/zend_alloc.c ZEND_MM_BLOCK(new_free_block, ZEND_MM_FREE_BLOCK, remaining_size); remaining_size 2244 Zend/zend_alloc.c ZEND_MM_IS_GUARD_BLOCK(ZEND_MM_BLOCK_AT(new_free_block, remaining_size))) { remaining_size 2267 Zend/zend_alloc.c size_t remaining_size; remaining_size 2328 Zend/zend_alloc.c remaining_size = block_size - true_size; remaining_size 2333 Zend/zend_alloc.c if (remaining_size < ZEND_MM_ALIGNED_MIN_HEADER_SIZE) { remaining_size 2342 Zend/zend_alloc.c ZEND_MM_BLOCK(new_free_block, ZEND_MM_FREE_BLOCK, remaining_size);