total_size       1630 Zend/zend_execute.c 	size_t total_size = execute_data_size + Ts_size + CVs_size + call_slots_size + stack_size;
total_size       1649 Zend/zend_execute.c 		total_size += args_size + execute_data_size;
total_size       1651 Zend/zend_execute.c 		EG(argument_stack) = zend_vm_stack_new_page((total_size + (sizeof(void*) - 1)) / sizeof(void*));
total_size       1674 Zend/zend_execute.c 		execute_data = zend_vm_stack_alloc(total_size TSRMLS_CC);
total_size        148 ext/pcre/pcrelib/sljit/sljitExecAllocator.c static sljit_uw total_size;
total_size        220 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 	total_size += chunk_size;
total_size        281 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 		if (total_size - free_block->size > (allocated_size * 3 / 2)) {
total_size        282 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 			total_size -= free_block->size;
total_size        303 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 			total_size -= free_block->size;
total_size        310 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 	SLJIT_ASSERT((total_size && free_blocks) || (!total_size && !free_blocks));
total_size        362 ext/sysvshm/sysvshm.c 	long total_size;
total_size        365 ext/sysvshm/sysvshm.c 	total_size = ((long) (len + sizeof(sysvshm_chunk) - 1) / sizeof(long)) * sizeof(long) + sizeof(long); /* long alligment */
total_size        371 ext/sysvshm/sysvshm.c 	if (ptr->free < total_size) {
total_size        378 ext/sysvshm/sysvshm.c 	shm_var->next = total_size;   
total_size        380 ext/sysvshm/sysvshm.c 	ptr->end += total_size;
total_size        381 ext/sysvshm/sysvshm.c 	ptr->free -= total_size;