Home
last modified time | relevance | path

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

/PHP-7.0/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-7.0/ext/sysvshm/
H A Dsysvshm.c366 zend_long total_size; in php_put_shm_data() local
369total_size = ((zend_long) (len + sizeof(sysvshm_chunk) - 1) / sizeof(zend_long)) * sizeof(zend_lon… in php_put_shm_data()
375 if (ptr->free < total_size) { in php_put_shm_data()
382 shm_var->next = total_size; in php_put_shm_data()
384 ptr->end += total_size; in php_put_shm_data()
385 ptr->free -= total_size; in php_put_shm_data()

Completed in 12 milliseconds