Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
static void* lodepng_malloc(size_t size)
64
{
65
return malloc(size);
66
}
67
68
static void* lodepng_realloc(void* ptr, size_t new_size)
69
{
Callers
15
lodepng_load_file
Function · 0.85
HuffmanTree_make2DTree
Function · 0.85
HuffmanTree_makeFromLengths2
Function · 0.85
HuffmanTree_makeFromLengths
Function · 0.85
bpmnode_sort
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
Calls
no outgoing calls
Tested by
no test coverage detected