MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / stbi__malloc

Function stbi__malloc

lite/example/cpp_example/mge/cv/stb_image.h:1011–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009#endif
1010
1011static void* stbi__malloc(size_t size) {
1012 return STBI_MALLOC(size);
1013}
1014
1015// stb_image uses ints pervasively, including for offset calculations.
1016// therefore the largest decoded image size we can support with the

Callers 15

stbi__malloc_mad2Function · 0.85
stbi__malloc_mad3Function · 0.85
stbi__malloc_mad4Function · 0.85
stbi__convert_16_to_8Function · 0.85
stbi__convert_8_to_16Function · 0.85
stbi__convert_format16Function · 0.85
load_jpeg_imageFunction · 0.85
stbi__jpeg_loadFunction · 0.85
stbi__jpeg_testFunction · 0.85
stbi__jpeg_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected