MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / lodepng_malloc

Function lodepng_malloc

dependency/densecrf/examples/lodepng.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected