Function libwebp_sys::WebPMalloc
source · Expand description
Allocates size bytes of memory. Returns NULL upon error. Memory
must be deallocated by calling WebPFree(). This function is made available
by the core libwebp library.
Allocates size bytes of memory. Returns NULL upon error. Memory
must be deallocated by calling WebPFree(). This function is made available
by the core libwebp library.