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

/external/chromium_org/third_party/libwebp/utils/
H A Dbit_writer.c210 uint8_t* allocated_buf; local
225 allocated_buf = (uint8_t*)WebPSafeMalloc(1ULL, allocated_size);
226 if (allocated_buf == NULL) {
231 memcpy(allocated_buf, bw->buf_, current_size);
234 bw->buf_ = allocated_buf;
/external/webp/src/utils/
H A Dbit_writer.c210 uint8_t* allocated_buf; local
225 allocated_buf = (uint8_t*)WebPSafeMalloc(1ULL, allocated_size);
226 if (allocated_buf == NULL) {
231 memcpy(allocated_buf, bw->buf_, current_size);
234 bw->buf_ = allocated_buf;

Completed in 245 milliseconds