Searched refs:allocated_buf (Results 1 – 1 of 1) sorted by relevance
207 uint8_t* allocated_buf; in VP8LBitWriterResize() local222 allocated_buf = (uint8_t*)WebPSafeMalloc(1ULL, allocated_size); in VP8LBitWriterResize()223 if (allocated_buf == NULL) { in VP8LBitWriterResize()228 memcpy(allocated_buf, bw->buf_, current_size); in VP8LBitWriterResize()231 bw->buf_ = allocated_buf; in VP8LBitWriterResize()