Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/openvr
/ lodepng_malloc
Function
lodepng_malloc
samples/shared/lodepng.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
#ifdef LODEPNG_COMPILE_ALLOCATORS
66
static void* lodepng_malloc(size_t size)
67
{
68
return malloc(size);
69
}
70
71
static void* lodepng_realloc(void* ptr, size_t new_size)
72
{
Callers
15
lodepng_load_file
Function · 0.85
HuffmanTree_make2DTree
Function · 0.85
HuffmanTree_makeFromLengths2
Function · 0.85
HuffmanTree_makeFromLengths
Function · 0.85
lodepng_huffman_code_lengths
Function · 0.85
generateFixedLitLenTree
Function · 0.85
generateFixedDistanceTree
Function · 0.85
getTreeInflateDynamic
Function · 0.85
hash_init
Function · 0.85
lodepng_color_mode_copy
Function · 0.85
LodePNGUnknownChunks_copy
Function · 0.85
color_tree_add
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected