MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / lodepng_realloc

Function lodepng_realloc

samples/cgpu/cgpu-basic/mandelbrot/lodepng.c:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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