Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
static void* lodepng_realloc(void* ptr, size_t new_size)
72
{
73
return realloc(ptr, new_size);
74
}
75
76
static void lodepng_free(void* ptr)
77
{
Callers
9
uivector_reserve
Function · 0.85
ucvector_reserve
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