Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ lodepng_free
Function
lodepng_free
src/lodepng.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
static void lodepng_free(void* ptr)
72
{
73
free(ptr);
74
}
75
#else /*LODEPNG_COMPILE_ALLOCATORS*/
76
void* lodepng_malloc(size_t size);
77
void* lodepng_realloc(void* ptr, size_t new_size);
Callers
15
uivector_cleanup
Function · 0.85
ucvector_cleanup
Function · 0.85
string_cleanup
Function · 0.85
HuffmanTree_cleanup
Function · 0.85
lodepng_huffman_code_lengths
Function · 0.85
generateFixedLitLenTree
Function · 0.85
generateFixedDistanceTree
Function · 0.85
getTreeInflateDynamic
Function · 0.85
hash_cleanup
Function · 0.85
lodepng_zlib_compress
Function · 0.85
lodepng_palette_clear
Function · 0.85
LodePNGUnknownChunks_cleanup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected