Searched refs:seg_size (Results 1 – 2 of 2) sorted by relevance
1162 size_t seg_size; in zend_mm_startup() local1197 seg_size = zend_atoi(tmp, 0); in zend_mm_startup()1198 if (zend_mm_low_bit(seg_size) != zend_mm_high_bit(seg_size)) { in zend_mm_startup()1205 } else if (seg_size < ZEND_MM_ALIGNED_SEGMENT_SIZE + ZEND_MM_ALIGNED_HEADER_SIZE) { in zend_mm_startup()1214 seg_size = ZEND_MM_SEG_SIZE; in zend_mm_startup()1217 heap = zend_mm_startup_ex(handlers, seg_size, ZEND_MM_RESERVE_SIZE, 0, NULL); in zend_mm_startup()
243 unsigned int seg_size = (str_len + 1 > FCGI_HASH_SEG_SIZE) ? str_len + 1 : FCGI_HASH_SEG_SIZE; in fcgi_hash_strndup() local244 fcgi_data_seg *p = (fcgi_data_seg*)malloc(sizeof(fcgi_data_seg) - 1 + seg_size); in fcgi_hash_strndup()247 p->end = p->pos + seg_size; in fcgi_hash_strndup()
Completed in 17 milliseconds