Searched refs:stbi__malloc (Results 1 – 1 of 1) sorted by relevance
982 static void *stbi__malloc(size_t size) in stbi__malloc() function1048 return stbi__malloc(a*b + add); in stbi__malloc_mad2()1055 return stbi__malloc(a*b*c + add); in stbi__malloc_mad3()1062 return stbi__malloc(a*b*c*d + add); in stbi__malloc_mad4()1176 reduced = (stbi_uc *) stbi__malloc(img_len); in stbi__convert_16_to_8()1192 enlarged = (stbi__uint16 *) stbi__malloc(img_len*2); in stbi__convert_8_to_16()1800 good = (stbi__uint16 *) stbi__malloc(req_comp * x * y * 2); in stbi__convert_format16()3843 z->img_comp[k].linebuf = (stbi_uc *) stbi__malloc(z->s->img_x + 3); in load_jpeg_image()3970 stbi__jpeg* j = (stbi__jpeg*) stbi__malloc(sizeof(stbi__jpeg)); in stbi__jpeg_load()3983 stbi__jpeg* j = (stbi__jpeg*)stbi__malloc(sizeof(stbi__jpeg)); in stbi__jpeg_test()[all …]