Home | History | Annotate | Download | only in jpeg

Lines Matching refs:allocate_size

403   size_t allocate_size = coef->MCU_rows_per_iMCU_row
407 (huffman_offset_data*)malloc(allocate_size);
408 index->mem_used += allocate_size;
472 size_t allocate_size
475 (huffman_offset_data*)malloc(allocate_size);
476 index->mem_used += allocate_size;