Searched refs:allocated_buf (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/utils/
H A Dbit_writer_utils.c207 uint8_t* allocated_buf; local
222 allocated_buf = (uint8_t*)WebPSafeMalloc(1ULL, allocated_size);
223 if (allocated_buf == NULL) {
228 memcpy(allocated_buf, bw->buf_, current_size);
231 bw->buf_ = allocated_buf;

Completed in 85 milliseconds