Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h5184 stbi__uint32 idata_limit_old = idata_limit; in stbi__parse_png_file() local
5189 STBI_NOTUSED(idata_limit_old); in stbi__parse_png_file()
5190 p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return stbi__err("outofmem", "Out of memory"); in stbi__parse_png_file()

Completed in 11 milliseconds