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

Function stbi_zlib_decode_malloc

Source/Utils/stb_image.h:4535–4538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4533}
4534
4535STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *outlen)
4536{
4537 return stbi_zlib_decode_malloc_guesssize(buffer, len, 16384, outlen);
4538}
4539
4540STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, int parse_header)
4541{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected