Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ check
Function
check
tools/http_load/http_load.c:2995–3002 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2993
}
2994
2995
static void
2996
check(void *ptr)
2997
{
2998
if (ptr == (void *)0) {
2999
(void)fprintf(stderr,
"%s: out of memory\n"
, argv0);
3000
exit(1);
3001
}
3002
}
Callers
4
malloc_check
Function · 0.85
realloc_check
Function · 0.85
strdup_check
Function · 0.85
is_blocked
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected