Searched refs:input_buff_BIN_capacity (Results 1 – 2 of 2) sorted by relevance
107 int input_buff_BIN_capacity; member
2600 pairer -> threads[x1].input_buff_BIN_capacity = pairer -> input_buff_BIN_size; in SAM_pairer_create()2601 pairer -> threads[x1].input_buff_BIN = malloc(pairer -> threads[x1].input_buff_BIN_capacity ); in SAM_pairer_create()2830 if( thread_context -> input_buff_BIN_capacity < thread_context -> input_buff_BIN_used + 128*1024){ in SAM_pairer_fetch_BAM_block()2831 …thread_context -> input_buff_BIN_capacity = max(thread_context -> input_buff_BIN_used, thread_con… in SAM_pairer_fetch_BAM_block()2832 if(thread_context -> input_buff_BIN_capacity > 1024*1024*1024){ in SAM_pairer_fetch_BAM_block()2838 …_buff_BIN = realloc( thread_context -> input_buff_BIN , thread_context -> input_buff_BIN_capacity); in SAM_pairer_fetch_BAM_block()2842 …lout=thread_context -> strm.avail_out = thread_context -> input_buff_BIN_capacity - thread_context… in SAM_pairer_fetch_BAM_block()