Searched refs:total_size (Results 1 – 3 of 3) sorted by relevance
148 static sljit_uw total_size; variable220 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()
366 zend_long total_size; in php_put_shm_data() local369 …total_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()
93 int bitmap_size = 0, info_size, total_size, padding; in gdImageBmpCtx() local133 total_size = 14 + info_size + bitmap_size; in gdImageBmpCtx()137 gdBMPPutInt(out, total_size); in gdImageBmpCtx()226 gdBMPPutInt(out, total_size + bitmap_size); in gdImageBmpCtx()
Completed in 15 milliseconds