MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / lodepng_realloc

Function lodepng_realloc

samples/shared/lodepng.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static void* lodepng_realloc(void* ptr, size_t new_size)
72{
73 return realloc(ptr, new_size);
74}
75
76static void lodepng_free(void* ptr)
77{

Callers 9

uivector_reserveFunction · 0.85
ucvector_reserveFunction · 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