Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ lodepng_realloc
Function
lodepng_realloc
src/lodepng.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
static void* lodepng_realloc(void* ptr, size_t new_size)
67
{
68
return realloc(ptr, new_size);
69
}
70
71
static void lodepng_free(void* ptr)
72
{
Callers
9
uivector_resize
Function · 0.85
ucvector_resize
Function · 0.85
string_resize
Function · 0.85
HuffmanTree_makeFromFrequencies
Function · 0.85
lodepng_chunk_append
Function · 0.85
lodepng_chunk_create
Function · 0.85
lodepng_palette_add
Function · 0.85
lodepng_add_text
Function · 0.85
lodepng_add_itext
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected