Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dtinfl.c543 …ize = src_buf_len - src_buf_ofs, dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity; in tinfl_decompress_mem_to_heap() local
553new_out_buf_capacity = out_buf_capacity * 2; if (new_out_buf_capacity < 128) new_out_buf_capacity in tinfl_decompress_mem_to_heap()
554 pNew_buf = VG_(realloc)("tinfl.tinfl_decompress_mem_to_heap.1", pBuf, new_out_buf_capacity); in tinfl_decompress_mem_to_heap()
559 pBuf = pNew_buf; out_buf_capacity = new_out_buf_capacity; in tinfl_decompress_mem_to_heap()