Home | History | Annotate | Download | only in enc

Lines Matching refs:WebPSafeMalloc

313       (HuffmanTreeToken*)WebPSafeMalloc((uint64_t)max_tokens, sizeof(*tokens));
534 (uint16_t*)WebPSafeMalloc((uint64_t)histogram_image_xysize,
579 (uint32_t*)WebPSafeMalloc((uint64_t)histogram_image_xysize,
798 uint32_t* mem = (uint32_t*)WebPSafeMalloc(total_size, sizeof(*mem));
864 row = WebPSafeMalloc((uint64_t)width, sizeof(*row));