MCPcopy 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
66static void* lodepng_realloc(void* ptr, size_t new_size)
67{
68 return realloc(ptr, new_size);
69}
70
71static void lodepng_free(void* ptr)
72{

Callers 9

uivector_resizeFunction · 0.85
ucvector_resizeFunction · 0.85
string_resizeFunction · 0.85
lodepng_chunk_appendFunction · 0.85
lodepng_chunk_createFunction · 0.85
lodepng_palette_addFunction · 0.85
lodepng_add_textFunction · 0.85
lodepng_add_itextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected