MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / stbi__malloc

Function stbi__malloc

Source/Utils/stb_image.h:984–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982#endif
983
984static void *stbi__malloc(size_t size)
985{
986 return STBI_MALLOC(size);
987}
988
989// stb_image uses ints pervasively, including for offset calculations.
990// 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