MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / lodepng_malloc

Function lodepng_malloc

src/lodepng.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60#ifdef LODEPNG_COMPILE_ALLOCATORS
61static void* lodepng_malloc(size_t size)
62{
63 return malloc(size);
64}
65
66static void* lodepng_realloc(void* ptr, size_t new_size)
67{

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