Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ realloc_check
Function
realloc_check
tools/http_load/http_load.c:2979–2985 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2977
}
2978
2979
static void *
2980
realloc_check(void *ptr, size_t size)
2981
{
2982
ptr = realloc(ptr, size);
2983
check(ptr);
2984
return ptr;
2985
}
2986
2987
static char *
2988
strdup_check(char *str)
Callers
2
read_url_file
Function · 0.85
read_sip_file
Function · 0.85
Calls
1
check
Function · 0.85
Tested by
no test coverage detected