Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitExecAllocator.c148 static sljit_uw total_size; variable
220 total_size += chunk_size; in sljit_malloc_exec()
281 if (total_size - free_block->size > (allocated_size * 3 / 2)) { in sljit_free_exec()
282 total_size -= free_block->size; in sljit_free_exec()
303 total_size -= free_block->size; in sljit_free_unused_memory_exec()
310 SLJIT_ASSERT((total_size && free_blocks) || (!total_size && !free_blocks)); in sljit_free_unused_memory_exec()
/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c362 long total_size; in php_put_shm_data() local
365total_size = ((long) (len + sizeof(sysvshm_chunk) - 1) / sizeof(long)) * sizeof(long) + sizeof(lon… in php_put_shm_data()
371 if (ptr->free < total_size) { in php_put_shm_data()
378 shm_var->next = total_size; in php_put_shm_data()
380 ptr->end += total_size; in php_put_shm_data()
381 ptr->free -= total_size; in php_put_shm_data()
/PHP-5.5/
H A D.gdbinit601 set $total_size = 0
633 set $total_size = $total_size + $p->size
661 printf " total: %d bytes\n", $total_size
/PHP-5.5/Zend/
H A Dzend_execute.c1585 size_t total_size = execute_data_size + Ts_size + CVs_size + call_slots_size + stack_size; in i_create_execute_data_from_op_array() local
1604 total_size += args_size + execute_data_size; in i_create_execute_data_from_op_array()
1606 EG(argument_stack) = zend_vm_stack_new_page((total_size + (sizeof(void*) - 1)) / sizeof(void*)); in i_create_execute_data_from_op_array()
1629 execute_data = zend_vm_stack_alloc(total_size TSRMLS_CC); in i_create_execute_data_from_op_array()

Completed in 21 milliseconds