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

Callers 15

lodepng_load_fileFunction · 0.85
HuffmanTree_make2DTreeFunction · 0.85
generateFixedLitLenTreeFunction · 0.85
getTreeInflateDynamicFunction · 0.85
hash_initFunction · 0.85
lodepng_color_mode_copyFunction · 0.85
color_tree_addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected