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 366 ext/sysvshm/sysvshm.c zend_long total_size; total_size 369 ext/sysvshm/sysvshm.c total_size = ((zend_long) (len + sizeof(sysvshm_chunk) - 1) / sizeof(zend_long)) * sizeof(zend_long) + sizeof(zend_long); /* zend_long alligment */ total_size 375 ext/sysvshm/sysvshm.c if (ptr->free < total_size) { total_size 382 ext/sysvshm/sysvshm.c shm_var->next = total_size; total_size 384 ext/sysvshm/sysvshm.c ptr->end += total_size; total_size 385 ext/sysvshm/sysvshm.c ptr->free -= total_size;