Lines Matching defs:stbi__malloc
983 static void *stbi__malloc(size_t size)
1049 return stbi__malloc(a*b + add);
1056 return stbi__malloc(a*b*c + add);
1063 return stbi__malloc(a*b*c*d + add);
1194 reduced = (stbi_uc *) stbi__malloc(img_len);
1210 enlarged = (stbi__uint16 *) stbi__malloc(img_len*2);
1818 good = (stbi__uint16 *) stbi__malloc(req_comp * x * y * 2);
3902 z->img_comp[k].linebuf = (stbi_uc *) stbi__malloc(z->s->img_x + 3);
4029 stbi__jpeg* j = (stbi__jpeg*) stbi__malloc(sizeof(stbi__jpeg));
4043 stbi__jpeg* j = (stbi__jpeg*)stbi__malloc(sizeof(stbi__jpeg));
4069 stbi__jpeg* j = (stbi__jpeg*) (stbi__malloc(sizeof(stbi__jpeg)));
4501 char *p = (char *) stbi__malloc(initial_size);
4522 char *p = (char *) stbi__malloc(initial_size);
4549 char *p = (char *) stbi__malloc(16384);
6203 out = (stbi_uc *) stbi__malloc(4 * w*h);
6640 stbi__gif* g = (stbi__gif*) stbi__malloc(sizeof(stbi__gif));
6792 g->out = (stbi_uc *) stbi__malloc(4 * pcount);
6793 g->background = (stbi_uc *) stbi__malloc(4 * pcount);
6794 g->history = (stbi_uc *) stbi__malloc(pcount);
7012 out = (stbi_uc*)stbi__malloc( layers * stride );
7020 *delays = (int*) stbi__malloc( layers * sizeof(int) );